We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0880079 commit 4e98f86Copy full SHA for 4e98f86
engine/modules/viewport/src/main/resources/view/viewport-module/ViewportModule.js
@@ -67,6 +67,7 @@ export class ViewportModule {
67
get: () => viewport.input.isMouseDown ? 'grabbing' : 'grab'
68
})
69
70
+ // Switch the GraphicEntityModule's Container with our Viewport
71
entity.container.removeChildren()
72
viewport.addChild(entity.graphics)
73
const parent = entity.container.parent
0 commit comments