@voicenter-team/opensips-js 1.0.111 → 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.
package/dist/opensips-js.es.js
CHANGED
|
@@ -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
|
|
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,
|