@voicenter-team/opensips-js 1.0.110 → 1.0.112

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.
@@ -82514,7 +82514,11 @@ class u_e extends Pw {
82514
82514
  this.konvaDrawer.addRect(s, t, n), this.konvaDrawer.initFreeDrawing(s);
82515
82515
  }
82516
82516
  async drawImageWhiteboard() {
82517
- const e = this.selectors.document.getElementById(this.selectors.container), t = e.clientWidth, n = e.clientHeight, i = await dde(this.imageSrc), s = this.selectors.document.getElementById(this.selectors.drawerContainer);
82517
+ const e = this.selectors.document.getElementById(this.selectors.container);
82518
+ e.style.setProperty("min-width", "100%"), e.style.setProperty("height", "100%");
82519
+ const t = e.clientWidth, n = e.clientHeight;
82520
+ console.log("wrapperEl width", t), console.log("wrapperEl height", n);
82521
+ const i = await dde(this.imageSrc), s = this.selectors.document.getElementById(this.selectors.drawerContainer);
82518
82522
  console.log("konvaContainer", s), this.konvaDrawer = new Ub({
82519
82523
  container: s,
82520
82524
  width: t,