[mirotalksfu] - improve wb
هذا الالتزام موجود في:
@@ -1495,6 +1495,12 @@ function whiteboardAddObj(type) {
|
|||||||
input: 'text',
|
input: 'text',
|
||||||
showCancelButton: true,
|
showCancelButton: true,
|
||||||
confirmButtonText: 'OK',
|
confirmButtonText: 'OK',
|
||||||
|
showClass: {
|
||||||
|
popup: 'animate__animated animate__fadeInDown',
|
||||||
|
},
|
||||||
|
hideClass: {
|
||||||
|
popup: 'animate__animated animate__fadeOutUp',
|
||||||
|
},
|
||||||
}).then((result) => {
|
}).then((result) => {
|
||||||
if (result.isConfirmed) {
|
if (result.isConfirmed) {
|
||||||
let wbCanvasImgURL = result.value;
|
let wbCanvasImgURL = result.value;
|
||||||
@@ -1522,6 +1528,12 @@ function whiteboardAddObj(type) {
|
|||||||
showDenyButton: true,
|
showDenyButton: true,
|
||||||
confirmButtonText: `OK`,
|
confirmButtonText: `OK`,
|
||||||
denyButtonText: `Cancel`,
|
denyButtonText: `Cancel`,
|
||||||
|
showClass: {
|
||||||
|
popup: 'animate__animated animate__fadeInDown',
|
||||||
|
},
|
||||||
|
hideClass: {
|
||||||
|
popup: 'animate__animated animate__fadeOutUp',
|
||||||
|
},
|
||||||
}).then((result) => {
|
}).then((result) => {
|
||||||
if (result.isConfirmed) {
|
if (result.isConfirmed) {
|
||||||
let wbCanvasImg = result.value;
|
let wbCanvasImg = result.value;
|
||||||
@@ -1550,6 +1562,12 @@ function whiteboardAddObj(type) {
|
|||||||
input: 'text',
|
input: 'text',
|
||||||
showCancelButton: true,
|
showCancelButton: true,
|
||||||
confirmButtonText: 'OK',
|
confirmButtonText: 'OK',
|
||||||
|
showClass: {
|
||||||
|
popup: 'animate__animated animate__fadeInDown',
|
||||||
|
},
|
||||||
|
hideClass: {
|
||||||
|
popup: 'animate__animated animate__fadeOutUp',
|
||||||
|
},
|
||||||
}).then((result) => {
|
}).then((result) => {
|
||||||
if (result.isConfirmed) {
|
if (result.isConfirmed) {
|
||||||
let wbCanvasText = result.value;
|
let wbCanvasText = result.value;
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم