@voicenter-team/opensips-js 1.0.111 → 1.0.112

Sign up to get free protection for your applications and to get access to all the features.
@@ -82516,7 +82516,9 @@ class u_e extends Pw {
82516
82516
  async drawImageWhiteboard() {
82517
82517
  const e = this.selectors.document.getElementById(this.selectors.container);
82518
82518
  e.style.setProperty("min-width", "100%"), e.style.setProperty("height", "100%");
82519
- const t = e.clientWidth, n = e.clientHeight, i = await dde(this.imageSrc), s = this.selectors.document.getElementById(this.selectors.drawerContainer);
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);
82520
82522
  console.log("konvaContainer", s), this.konvaDrawer = new Ub({
82521
82523
  container: s,
82522
82524
  width: t,