fix: pointmove sash events

This commit is contained in:
mathuo 2023-06-20 20:46:51 +01:00
parent 33cf223334
commit 13516a5f37
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -106,6 +106,7 @@
-webkit-user-select: none; // Safari
-moz-user-select: none; // Firefox
-ms-user-select: none; // IE 10 and IE 11
touch-action: none;
&:active {
transition: background-color 0.1s ease-in-out;