aboutsummaryrefslogtreecommitdiff
path: root/featureClass/featureManager.js
diff options
context:
space:
mode:
Diffstat (limited to 'featureClass/featureManager.js')
-rw-r--r--featureClass/featureManager.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/featureClass/featureManager.js b/featureClass/featureManager.js
index 2502b02..4d3c616 100644
--- a/featureClass/featureManager.js
+++ b/featureClass/featureManager.js
@@ -371,7 +371,7 @@ class FeatureManager {
let event = this.registerCustom("command", func, context)
- event.trigger.setName(commandName)
+ event.trigger.setName(commandName, true)
return event
}