Skip to content

Commit 3a652a9

Browse files
committed
style: change block command from tt to TT
1 parent 3cebae7 commit 3a652a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const main: () => Promise<void> = async () => {
103103
});
104104
}
105105

106-
logseq.Editor.registerSlashCommand('tt', async () => {
106+
logseq.Editor.registerSlashCommand('TT', async () => {
107107
const blockEntity = await logseq.Editor.getCurrentBlock();
108108
if (!blockEntity) {
109109
console.error('No block selected');

0 commit comments

Comments
 (0)