mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
lint
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user