Searched refs:showDefaultEditor (Results 1 – 2 of 2) sorted by relevance
6 function showDefaultEditor(text) { function128 showDefaultEditor(data.text);
279 if (typeof window.showDefaultEditor !== 'function') return false;281 const originalShowDefaultEditor = window.showDefaultEditor;282 window.showDefaultEditor = function extranetShowDefaultEditor(text) { function