This commit is contained in:
Martin Raifer
2023-05-26 18:46:46 +02:00
parent e0f11af2b2
commit ee89f6ae66
+1 -1
View File
@@ -32,7 +32,7 @@ export function utilGetSetValue(selection, value) {
const cursor = { start: this.selectionStart, end: this.selectionEnd };
func.apply(this, arguments);
this.setSelectionRange(cursor.start, cursor.end);
}
};
}
if (arguments.length === 1) {