[mirotalk] - ops
This commit is contained in:
@@ -11843,7 +11843,6 @@ function whiteboardDeleteObject() {
|
||||
// Ignore if typing in input (unless editing Fabric text)
|
||||
const tag = document.activeElement?.tagName;
|
||||
if ((tag === 'INPUT' || tag === 'TEXTAREA') && !obj.isEditing) return;
|
||||
event.preventDefault();
|
||||
if (obj.isEditing && obj.exitEditing) obj.exitEditing();
|
||||
whiteboardEraseObject();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user