Merge pull request #290 from mathuo/268-touch-support-for-resizing-panels-3

fix: pointmove sash events
This commit is contained in:
mathuo 2023-06-20 20:47:32 +01:00 committed by GitHub
commit 49fed85612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;