feat: Try to support touch drag

This commit is contained in:
MystiPanda
2024-02-27 23:41:52 +08:00
parent 031c15fd7d
commit 75e5d42d8b
2 changed files with 8 additions and 1 deletions

View File

@@ -56,3 +56,7 @@ body {
-moz-user-select: none;
-ms-user-select: none;
}
[data-windrag] {
app-region: drag;
}