mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 13:18:15 +02:00
Fix lint error
This commit is contained in:
@@ -147,7 +147,7 @@ export function uiInspector(context) {
|
||||
});
|
||||
|
||||
if (preset) {
|
||||
entityEditor.presets([preset])
|
||||
entityEditor.presets([preset]);
|
||||
}
|
||||
editorPane
|
||||
.call(entityEditor);
|
||||
|
||||
Reference in New Issue
Block a user