@voicenter-team/opensips-js 1.0.110 → 1.0.111
Sign up to get free protection for your applications and to get access to all the features.
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,
|