From ece0700ff23a6a3625855c146b73bfe54af098fa Mon Sep 17 00:00:00 2001 From: Agriya Dev5 Date: Tue, 23 Feb 2021 18:58:43 +0530 Subject: [PATCH] #76 jquery-ui-1.8.17.custom.min.js removed from editor --- src/editor/extensions/ext-mathjax/ext-mathjax.js | 6 +++--- src/editor/index.js | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/editor/extensions/ext-mathjax/ext-mathjax.js b/src/editor/extensions/ext-mathjax/ext-mathjax.js index 031a17b7..dfaefae1 100644 --- a/src/editor/extensions/ext-mathjax/ext-mathjax.js +++ b/src/editor/extensions/ext-mathjax/ext-mathjax.js @@ -168,12 +168,12 @@ export default { '' + '' ).insertAfter('#svg_prefs').hide(); - // Make the MathEditor draggable. - $('#mathjax_container').draggable({ + // TODO: unable to reach this place + /* $('#mathjax_container').draggable({ cancel: 'button,fieldset', containment: 'window' - }); + }); */ // Add functionality and picture to cancel button. $('#tool_mathjax_cancel').prepend($.getSvgIcon('cancel', true)) diff --git a/src/editor/index.js b/src/editor/index.js index 6dc876e5..378b801b 100644 --- a/src/editor/index.js +++ b/src/editor/index.js @@ -5,7 +5,6 @@ For default config and extensions (and available options) available to */ import './jquery.min.js'; -import './jquery-ui/jquery-ui-1.8.17.custom.min.js'; import './components/index.js'; import './dialogs/index.js'; import svgEditor from './svgedit.js';