mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 02:13:00 +08:00
refactor(editor): embed iframe block surface toolbar extension (#11193)
This commit is contained in:
@@ -1081,5 +1081,14 @@ export const createCustomToolbarExtension = (
|
||||
id: BlockFlavourIdentifier('custom:affine:embed-iframe'),
|
||||
config: embedIframeToolbarConfig,
|
||||
}),
|
||||
|
||||
ToolbarModuleExtension({
|
||||
id: BlockFlavourIdentifier('custom:affine:surface:embed-iframe'),
|
||||
config: {
|
||||
actions: [embedIframeToolbarConfig.actions].flat(),
|
||||
|
||||
when: ctx => ctx.getSurfaceModels().length === 1,
|
||||
},
|
||||
}),
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user