mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(component): lit portal not re-rendering in inline links case (#9321)
* uses `portal.key` in templates * updates `portal.id` for use in queries
This commit is contained in:
@@ -98,6 +98,7 @@ export function attachmentViewToggleMenu({
|
||||
button => button.type,
|
||||
({ type, label, action, disabled }) => html`
|
||||
<editor-menu-action
|
||||
aria-label=${label}
|
||||
data-testid=${`link-to-${type}`}
|
||||
?data-selected=${type === viewType}
|
||||
?disabled=${disabled}
|
||||
|
||||
Reference in New Issue
Block a user