This commit is contained in:
counterweight 2026-05-14 10:56:04 +02:00
parent bc92231240
commit b8225c639e
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
11904 changed files with 1472749 additions and 133 deletions

15
node_modules/mj-context-menu/js/mouse_navigatable.js generated vendored Normal file
View file

@ -0,0 +1,15 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MOUSE = void 0;
exports.MOUSE = {
CLICK: 'click',
DBLCLICK: 'dblclick',
DOWN: 'mousedown',
UP: 'mouseup',
OVER: 'mouseover',
OUT: 'mouseout',
MOVE: 'mousemove',
SELECTEND: 'selectend',
SELECTSTART: 'selectstart'
};
//# sourceMappingURL=mouse_navigatable.js.map