update
This commit is contained in:
@ -925,6 +925,8 @@ export class DeesWysiwygBlock extends DeesElement {
|
||||
e.stopPropagation();
|
||||
// Focus will trigger the selection
|
||||
dividerBlock.focus();
|
||||
// Ensure focus handler is called immediately
|
||||
this.handlers?.onFocus?.();
|
||||
});
|
||||
|
||||
// Handle focus/blur
|
||||
@ -965,6 +967,8 @@ export class DeesWysiwygBlock extends DeesElement {
|
||||
e.stopPropagation();
|
||||
// Focus will trigger the selection
|
||||
imageBlock.focus();
|
||||
// Ensure focus handler is called immediately
|
||||
this.handlers?.onFocus?.();
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user