@inweb/markup 26.2.0 → 26.2.2

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.
@@ -1086,7 +1086,7 @@ class KonvaMarkup {
1086
1086
  }
1087
1087
  setMarkupColor(r, g, b) {
1088
1088
  this._markupColor.setColor(r, g, b);
1089
- this._viewer.emit({
1089
+ this.redirectToViewer({
1090
1090
  type: "changemarkupcolor",
1091
1091
  data: {
1092
1092
  r: r,