@pirireis/webglobeplugins 0.15.12-alpha → 0.15.13-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pirireis/webglobeplugins",
3
- "version": "0.15.12-alpha",
3
+ "version": "0.15.13-alpha",
4
4
  "main": "index.js",
5
5
  "author": "Toprak Nihat Deniz Ozturk",
6
6
  "license": "MIT",
@@ -181,6 +181,7 @@ export class CircleLineChainPlugin {
181
181
  this.circlePlugin?.deleteBulk(keys);
182
182
  this._updateTexts(chainKeys, Array.from(this._textWritersMap.keys()));
183
183
  }
184
+ this.globe?.DrawRender();
184
185
  }
185
186
  deleteNodes(keysAndNodes) {
186
187
  if (this._freed) {