Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
D8H committed Oct 21, 2024
1 parent 567a19a commit 610ee89
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Extensions/TextInput/textinputruntimeobject-pixi-renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,13 @@ namespace gdjs {
return;
}
// TODO Declare an interface to move up in the object tree.
if (instanceContainer instanceof gdjs.CustomRuntimeObjectInstanceContainer) {
if (
instanceContainer instanceof
gdjs.CustomRuntimeObjectInstanceContainer
) {
object = instanceContainer.getOwner();
instanceContainer = object.getInstanceContainer();
}
else {
} else {
hasParent = false;
}
} while (hasParent);
Expand Down

0 comments on commit 610ee89

Please sign in to comment.