mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
chore: bump @blocksuite/icons (#7749)
This commit is contained in:
@@ -65,10 +65,10 @@ export function createLinkedWidgetConfig(framework: FrameworkProvider) {
|
||||
key: doc.id,
|
||||
name: doc.title,
|
||||
icon: isJournal(doc)
|
||||
? TodayIcon
|
||||
? TodayIcon()
|
||||
: isEdgeless(doc)
|
||||
? LinkedEdgelessIcon
|
||||
: LinkedPageIcon,
|
||||
? LinkedEdgelessIcon()
|
||||
: LinkedPageIcon(),
|
||||
action: () => {
|
||||
abort();
|
||||
LinkedWidgetUtils.insertLinkedNode({
|
||||
|
||||
Reference in New Issue
Block a user