@inweb/viewer-three 26.2.0 → 26.2.1

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.
@@ -13441,7 +13441,7 @@
13441
13441
  }
13442
13442
  setMarkupColor(r, g, b) {
13443
13443
  this._markupColor.setColor(r, g, b);
13444
- this._viewer.emit({
13444
+ this.redirectToViewer({
13445
13445
  type: "changemarkupcolor",
13446
13446
  data: {
13447
13447
  r: r,