add initial marp implementation with sample content and build configuration
This commit is contained in:
15
node_modules/mj-context-menu/js/mouse_navigatable.js
generated
vendored
Normal file
15
node_modules/mj-context-menu/js/mouse_navigatable.js
generated
vendored
Normal 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
|
||||
Reference in New Issue
Block a user