Extensions icon indicating copy to clipboard operation
Extensions copied to clipboard

Fixed the issue where the new pop-up box cannot capture mouse events after switching scenes.

Open hpyou opened this issue 1 year ago • 1 comments

this.captureOnPointerEnter only has a setter method, and its value is always undefined, causing stopCaptureOnEnter() to fail to be called, and the module level variable _scene can not changed to current scene when switch scenes. fix issue https://github.com/BabylonJS/Extensions/issues/277

hpyou avatar Mar 14 '24 03:03 hpyou

@ericwood73 I think it would be great if you can have a look at this one ?

sebavan avatar Mar 14 '24 13:03 sebavan