Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Jun 19, 2020
1 parent 67dbb9e commit 6296bf8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions dist/grapes.js
Expand Up @@ -38991,7 +38991,7 @@ var defaultConfig = {
editors: editors,
plugins: plugins,
// Will be replaced on build
version: '0.16.17',
version: '0.16.18',

/**
* Initialize the editor with passed options
Expand Down Expand Up @@ -39226,11 +39226,11 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
h: h
};
handler = Object(underscore__WEBPACK_IMPORTED_MODULE_2__["isString"])(handler) ? cmd.get(handler) : handler;
opts.prevent && canvas.getCanvasView().preventDefault(e);
var ableTorun = !em.isEditing() && !editor.Canvas.isInputFocused();

if (ableTorun || opts.force) {
_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0___default()(handler) == 'object' ? handler.run(editor, 0, opt) : handler(editor, 0, opt);
opts.prevent && canvas.getCanvasView().preventDefault(e);
_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0___default()(handler) == 'object' ? cmd.runCommand(handler, opt) : handler(editor, 0, opt);
var args = [id, h.shortcut, e];
em.trigger.apply(em, ['keymap:emit'].concat(args));
em.trigger.apply(em, ["keymap:emit:".concat(id)].concat(args));
Expand Down
4 changes: 2 additions & 2 deletions dist/grapes.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/grapes.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "grapesjs",
"description": "Free and Open Source Web Builder Framework",
"version": "0.16.17",
"version": "0.16.18",
"author": "Artur Arseniev",
"license": "BSD-3-Clause",
"homepage": "http://grapesjs.com",
Expand Down

0 comments on commit 6296bf8

Please sign in to comment.