mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-20 11:28:30 +08:00
Cancel in-progress drag with right click or escape key (#119)
This commit is contained in:
committed by
Keavon Chambers
parent
3522969fec
commit
52bebfad25
@@ -2,6 +2,8 @@ import { createApp } from "vue";
|
||||
import App from "./App.vue";
|
||||
import { attachResponseHandlerToPage } from "./response-handler";
|
||||
|
||||
document.addEventListener("contextmenu", (e) => e.preventDefault());
|
||||
|
||||
attachResponseHandlerToPage();
|
||||
|
||||
createApp(App).mount("#app");
|
||||
|
||||
Reference in New Issue
Block a user