fi(wysiwyg): fix navigation
This commit is contained in:
@ -1196,12 +1196,6 @@ export class DeesWysiwygBlock extends DeesElement {
|
||||
}
|
||||
|
||||
public focusWithCursor(position: 'start' | 'end' | number = 'end'): void {
|
||||
console.log('focusWithCursor called', {
|
||||
blockId: this.block?.id,
|
||||
blockType: this.block?.type,
|
||||
position
|
||||
});
|
||||
|
||||
// Check if we have a registered handler for this block type
|
||||
const handler = BlockRegistry.getHandler(this.block.type);
|
||||
if (handler && handler.focusWithCursor) {
|
||||
|
Reference in New Issue
Block a user