enhance: display both file name and file in #Asset table

This commit is contained in:
Tienson Qin
2024-10-08 22:28:27 +08:00
parent 27d7307330
commit a638c848a9
6 changed files with 19 additions and 3 deletions

View File

@@ -125,6 +125,7 @@
(state/set-component! :block/embed block/block-embed)
(state/set-component! :block/page-cp block/page-cp)
(state/set-component! :block/inline-text block/inline-text)
(state/set-component! :block/asset-cp block/asset-cp)
(state/set-component! :editor/box editor/box)
(command-palette/register-global-shortcut-commands))