feat: Try to support touch drag

This commit is contained in:
MystiPanda
2024-02-27 23:41:52 +08:00
parent 0f48873c25
commit 1117e28b2e
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;
}