mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
chore(editor): remove edgeless element toolbar (#10900)
This commit is contained in:
@@ -19,6 +19,7 @@ type ActionBase = {
|
||||
|
||||
export type ToolbarAction = ActionBase & {
|
||||
label?: string;
|
||||
showLabel?: boolean;
|
||||
icon?: TemplateResult;
|
||||
tooltip?: string | TemplateResult;
|
||||
variant?: 'destructive';
|
||||
|
||||
Reference in New Issue
Block a user