refactor(client): integrate jquery-hotkeys

This commit is contained in:
Elian Doran
2025-05-17 21:27:23 +03:00
parent a4cfef7892
commit 3f2a0e302d
8 changed files with 3 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
import utils from "./services/utils.js";
import ko from "knockout";
import "./stylesheets/bootstrap.scss";
import "jquery-hotkeys";
// TriliumNextTODO: properly make use of below types
// type SetupModelSetupType = "new-document" | "sync-from-desktop" | "sync-from-server" | "";