mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 20:16:26 +08:00
fix: whiteboard -> edgeless
This commit is contained in:
@@ -22,7 +22,6 @@ const Protocol = {
|
||||
quote: 'quote',
|
||||
toc: 'toc',
|
||||
database: 'database',
|
||||
whiteboard: 'whiteboard',
|
||||
template: 'template',
|
||||
discussion: 'discussion',
|
||||
comment: 'comment',
|
||||
|
||||
@@ -16,7 +16,6 @@ export enum GroupScene {
|
||||
page = 'page',
|
||||
table = 'table',
|
||||
kanban = 'kanban',
|
||||
whiteboard = 'whiteboard',
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -37,7 +37,6 @@ export const BlockFlavors = {
|
||||
quote: 'quote' as const, // quote
|
||||
toc: 'toc' as const, //directory
|
||||
database: 'database' as const, //Multidimensional table
|
||||
whiteboard: 'whiteboard' as const, // whiteboard
|
||||
template: 'template' as const, // template
|
||||
discussion: 'discussion' as const, // comment header
|
||||
comment: 'comment' as const, // comment details
|
||||
|
||||
Reference in New Issue
Block a user