diff options
Diffstat (limited to 'featureClass')
-rw-r--r-- | featureClass/featureManager.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/featureClass/featureManager.js b/featureClass/featureManager.js index 538bd91..651ae52 100644 --- a/featureClass/featureManager.js +++ b/featureClass/featureManager.js @@ -20,6 +20,8 @@ class FeatureManager { this.parent = undefined + this.finishedLoading = false + this.commandFuncs = {} this.lastEventId = 0 @@ -53,6 +55,8 @@ class FeatureManager { this.loadFeature(feature) } }) + + this.finishedLoading = true }).start() this.registerStep(false, 30, ()=>{ |