[mirotalksfu] - improve wb

هذا الالتزام موجود في:
Miroslav Pejic
2022-11-15 08:32:05 +01:00
الأصل 10513a5a0f
التزام b4c71f953d

عرض الملف

@@ -1495,6 +1495,12 @@ function whiteboardAddObj(type) {
input: 'text',
showCancelButton: true,
confirmButtonText: 'OK',
showClass: {
popup: 'animate__animated animate__fadeInDown',
},
hideClass: {
popup: 'animate__animated animate__fadeOutUp',
},
}).then((result) => {
if (result.isConfirmed) {
let wbCanvasImgURL = result.value;
@@ -1522,6 +1528,12 @@ function whiteboardAddObj(type) {
showDenyButton: true,
confirmButtonText: `OK`,
denyButtonText: `Cancel`,
showClass: {
popup: 'animate__animated animate__fadeInDown',
},
hideClass: {
popup: 'animate__animated animate__fadeOutUp',
},
}).then((result) => {
if (result.isConfirmed) {
let wbCanvasImg = result.value;
@@ -1550,6 +1562,12 @@ function whiteboardAddObj(type) {
input: 'text',
showCancelButton: true,
confirmButtonText: 'OK',
showClass: {
popup: 'animate__animated animate__fadeInDown',
},
hideClass: {
popup: 'animate__animated animate__fadeOutUp',
},
}).then((result) => {
if (result.isConfirmed) {
let wbCanvasText = result.value;