chore: simple
This commit is contained in:
parent
b3fe5b423e
commit
7394f9b317
|
@ -65,8 +65,7 @@ export class TextNodeRenderer extends Proton.BaseRender {
|
||||||
this.queued = [];
|
this.queued = [];
|
||||||
this.stage = stage;
|
this.stage = stage;
|
||||||
stage.uiPromise.then(() => {
|
stage.uiPromise.then(() => {
|
||||||
const parent = stage.ui.querySelector(selector);
|
this.parent = stage.ui.querySelector(selector);
|
||||||
this.parent = parent;
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user