@bigbinary/neeto-editor 1.41.0 → 1.42.0-beta1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6695,8 +6695,7 @@ var setInitialPosition = function setInitialPosition(editor) {
6695
6695
  view.dispatch(transaction);
6696
6696
  };
6697
6697
  var isEditorOverlaysActive = function isEditorOverlaysActive() {
6698
- var active = document.querySelector(".ne-media-uploader,.ne-embed-modal,.tippy-content,.ne-link-popover");
6699
- return active;
6698
+ return document.querySelector(".ne-media-uploader,.ne-embed-modal,.tippy-content,.ne-link-popover");
6700
6699
  };
6701
6700
  var validateAndFormatUrl = function validateAndFormatUrl(url) {
6702
6701
  if (!URL_REGEXP.test(url)) {
@@ -6715,5 +6714,5 @@ var isEmojiSuggestionsMenuActive = function isEmojiSuggestionsMenuActive() {
6715
6714
  return !!document.querySelector(".neeto-editor-emoji-suggestion");
6716
6715
  };
6717
6716
 
6718
- export { AllSelection as A, DEFAULT_EDITOR_OPTIONS as D, EditorState as E, Fragment as F, LINK_VALIDATION_SCHEMA as L, Mapping as M, NodeSelection as N, Plugin as P, ReplaceError as R, Selection as S, TextSelection as T, isEmojiSuggestionsMenuActive as a, PluginKey as b, Slice as c, dropPoint as d, SelectionRange as e, Transform as f, getEditorStyles as g, clipboardTextParser as h, isEditorOverlaysActive as i, DOMSerializer as j, DOMParser as k, Mark as l, MarkType as m, liftTarget as n, ReplaceStep as o, canJoin as p, joinPoint as q, replaceStep as r, setInitialPosition as s, transformEditorContent as t, canSplit as u, validateAndFormatUrl as v, ReplaceAroundStep as w, findWrapping as x, NodeRange as y, Schema as z };
6719
- //# sourceMappingURL=chunk-66821a1e.js.map
6717
+ export { AllSelection as A, DEFAULT_EDITOR_OPTIONS as D, EditorState as E, Fragment as F, LINK_VALIDATION_SCHEMA as L, Mapping as M, NodeSelection as N, Plugin as P, ReplaceError as R, Slice as S, TextSelection as T, isEmojiSuggestionsMenuActive as a, PluginKey as b, Selection as c, dropPoint as d, Mark as e, MarkType as f, SelectionRange as g, getEditorStyles as h, isEditorOverlaysActive as i, clipboardTextParser as j, DOMSerializer as k, DOMParser as l, liftTarget as m, ReplaceStep as n, canJoin as o, joinPoint as p, canSplit as q, replaceStep as r, setInitialPosition as s, transformEditorContent as t, ReplaceAroundStep as u, validateAndFormatUrl as v, findWrapping as w, NodeRange as x, Schema as y };
6718
+ //# sourceMappingURL=chunk-bdd72077.js.map