fix mouseout

This commit is contained in:
HF 2024-02-06 20:04:37 +01:00
parent 83684b83ca
commit 9975a9cbe4

View File

@ -507,6 +507,7 @@ class PixelPainterControls {
const { store, viewport } = this;
viewport.style.cursor = 'auto';
store.dispatch(unsetHover());
this.isClicking = false;
this.clearTabTimeout();
}