Skip to content

Presenter mode drops children of the divider #2398

@maboukerfa

Description

@maboukerfa

The divider block accepts children, and in the slides separation logic, the divider and all its children are ignored.

for (const block of blocks) {
if (block.type === 'divider') {
groups.push(current);
current = [];
continue;
}
current.push(block);
}

Screen.Recording.2026-06-04.at.13.44.56.mov

PS:
I don’t know whether this should be reported in Blocknote or handled here in an ad‑hoc way.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriage

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions