@babylonjs/gui 7.14.0 → 7.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1861,7 +1861,7 @@ export class Control {
1861
1861
  * @internal
1862
1862
  */
1863
1863
  _onPointerOut(target, pi, force = false) {
1864
- if (!force && (!this._isEnabled || target === this)) {
1864
+ if (!force && !this._isEnabled) {
1865
1865
  return;
1866
1866
  }
1867
1867
  this._enterCount = 0;