Fix typo in comment

This commit is contained in:
Quincy Morgan
2019-12-13 11:10:09 -05:00
parent e352d425e9
commit 9920c7dd1d

View File

@@ -177,7 +177,7 @@ export function modeSelect(context, selectedIDs) {
closeMenu();
if (editMenu) {
// disabled menu if in wide selection, for example
// disable menu if in wide selection, for example
if (!context.map().editableDataEnabled()) return;
context.surface().call(editMenu);