Fix touch re-ordering in the presets and bank management dialogs.

This commit is contained in:
Robin E. R. Davies
2025-06-22 23:44:46 -04:00
parent f95ecebb6b
commit 130cda3773
8 changed files with 68 additions and 41 deletions
+5
View File
@@ -783,6 +783,11 @@ export
onContextMenu={(e) => {
if (!this.model_.debug) {
e.preventDefault(); e.stopPropagation();
} else {
if ((e.target as any).tagName === "IMG") {
e.preventDefault();
e.stopPropagation();
}
}
}}
>