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 3cebae7 commit 3a652a9Copy full SHA for 3a652a9
src/main.tsx
@@ -103,7 +103,7 @@ const main: () => Promise<void> = async () => {
103
});
104
}
105
106
- logseq.Editor.registerSlashCommand('tt', async () => {
+ logseq.Editor.registerSlashCommand('TT', async () => {
107
const blockEntity = await logseq.Editor.getCurrentBlock();
108
if (!blockEntity) {
109
console.error('No block selected');
0 commit comments