refactor(editor): inner toolbar surface-ref block with extension (#11246)

This PR refactor `surface-ref` toolbar with `ToolbarExtension`
This commit is contained in:
L-Sun
2025-03-28 05:48:24 +00:00
parent 69f393fe2f
commit af91a0217f
22 changed files with 551 additions and 542 deletions
@@ -204,6 +204,7 @@ const DetailPageImpl = memo(function DetailPageImpl() {
workbench.openDoc(
{
docId: pageId,
mode: params?.mode,
blockIds: params?.blockIds,
elementIds: params?.elementIds,
},