implement Cmd-I and restructure block viewmodels (#257)

This commit is contained in:
Mike Sawka
2024-08-21 15:49:23 -07:00
committed by GitHub
parent 7df91de2e5
commit dedfc31344
9 changed files with 174 additions and 96 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ Other useful metadata values to override block titles, icons, colors, themes, et
`;
function HelpView() {
function HelpView({ blockId }: { blockId: string }) {
return <Markdown text={helpText} className="help-view" />;
}