发布

  • fix(selection): preserve selection when Claudian is in detached window or own tab (#399)

    frostbyte_neo 发布于 2026-04-12 07:06:04 +00:00

    When Claudian runs in a detached window or its own tab, clicking it
    deactivates the MarkdownView leaf and document.activeElement becomes

    . The existing sidebar focus guard missed this because is not inside focusScopeEl. Add an active-leaf view-type check so the guard also recognises the Claudian leaf as "our own focus context".
    下载附件