Home
last modified time | relevance | path

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

/plugin/dokullm/
H A Dscript.js263 let currentSelectionRange = null;
274 currentSelectionRange = { variable
649 currentSelectionRange = { variable
785 const start = currentSelectionRange ? currentSelectionRange.start : textarea.selectionStart;
786 const end = currentSelectionRange ? currentSelectionRange.end : textarea.selectionEnd;
790 currentSelectionRange = null;