fixup 74ef2f6f: 'editors' is a const
This commit is contained in:
parent
26aab6c926
commit
e51c632db6
|
@ -229,7 +229,7 @@
|
|||
});
|
||||
|
||||
// doubleclick option
|
||||
if (window.editors) {
|
||||
if (typeof editors !== 'undefined') {
|
||||
const fn = (cm, repeat) =>
|
||||
repeat === 'double' ?
|
||||
{unit: selectTokenOnDoubleclick} :
|
||||
|
|
Loading…
Reference in New Issue
Block a user