Does anyone know how can I disable the selection of ace.editor? No word selection by mouse and finger.
I tried to use editor.selection(false);
but that does not work.
editor.getSession().selection.on('changeSelection', function (e)
{
editor.getSession().selection.clearSelection();
});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With