Home
last modified time | relevance | path

Searched refs:showDefaultEditor (Results 1 – 2 of 2) sorted by relevance

/plugin/prosemirror/
Dscript.js6 function showDefaultEditor(text) { function
128 showDefaultEditor(data.text);
/plugin/extranet/script/
Dprosemirror.js279 if (typeof window.showDefaultEditor !== 'function') return false;
281 const originalShowDefaultEditor = window.showDefaultEditor;
282 window.showDefaultEditor = function extranetShowDefaultEditor(text) { function