@babylonjs/gui 7.14.0 → 7.15.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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;