@voicenter-team/opensips-js 1.0.110 → 1.0.111
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
|
@@ -82514,7 +82514,9 @@ 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)
|
|
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, i = await dde(this.imageSrc), s = this.selectors.document.getElementById(this.selectors.drawerContainer);
|
|
82518
82520
|
console.log("konvaContainer", s), this.konvaDrawer = new Ub({
|
|
82519
82521
|
container: s,
|
|
82520
82522
|
width: t,
|