aboutsummaryrefslogtreecommitdiff
path: root/featureClass/featureManager.js
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-08 12:27:27 +0800
committerGitHub <noreply@github.com>2022-09-08 12:27:27 +0800
commit4c21586ce70aa65fa0a70c818f30016ae7bf62a7 (patch)
treeb765ad27152c659ce441a1d98ffd2ef7166d0a39 /featureClass/featureManager.js
parent2ee951ceaa9daebfbbe673b2f96d30b3642a2d69 (diff)
parentd93b1e169f4d1066397a6895834906386b8eea2f (diff)
downloadSoopyV2-4c21586ce70aa65fa0a70c818f30016ae7bf62a7.tar.gz
SoopyV2-4c21586ce70aa65fa0a70c818f30016ae7bf62a7.tar.bz2
SoopyV2-4c21586ce70aa65fa0a70c818f30016ae7bf62a7.zip
Merge pull request #61 from Sapodillay/master
Added warp autocompletes
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 4aae70f..ecf6575 100644
--- a/featureClass/featureManager.js
+++ b/featureClass/featureManager.js
@@ -547,7 +547,7 @@ class FeatureManager {
event.trigger.setName(commandName, true)
- if (completions) event.trigger.setName(commandName, true).setTabCompletions(completions)
+ if (completions) event.trigger.setTabCompletions(completions).setName(commandName, true)
return event
}