Remove comma

This commit is contained in:
BatJan
2021-10-22 08:31:13 +02:00
committed by Nathan Woulfe
parent 00d7422d2f
commit 79e8205556

View File

@@ -575,7 +575,7 @@
}
editorService.close();
},
close: () => editorService.close(),
close: () => editorService.close()
}
editorService.templatePicker(editor);