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