We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07f01d commit f8d2f29Copy full SHA for f8d2f29
src/index.ts
@@ -735,24 +735,6 @@ svg.rs-svg-container {
735
);
736
},
737
});
738
- extensionAPI.ui.commandPalette.addCommand({
739
- label: "Custom Discourse Node Menu Trigger",
740
- callback: () => {
741
- const currentlyEditingBlock = document.querySelector(
742
- "textarea.rm-block-input"
743
- ) as HTMLTextAreaElement;
744
- if (!currentlyEditingBlock) {
745
- renderToast({
746
- id: "query-builder-create-block",
747
- content: "Must be focused on a block to create a Discourse Node",
748
- });
749
- return;
750
- }
751
- renderDiscourseNodeMenu({
752
- textarea: currentlyEditingBlock,
753
754
- },
755
756
const renderCustomBlockView = ({
757
view,
758
blockUid,
0 commit comments