feat(text-snippets): handle renames by refreshing the editor

This commit is contained in:
Elian Doran
2025-06-17 17:03:23 +03:00
parent fb1a74a96d
commit 97799bfacc
3 changed files with 36 additions and 7 deletions

View File

@@ -281,6 +281,7 @@ export type CommandMappings = {
buildIcon(name: string): NativeImage;
};
refreshTouchBar: CommandData;
reloadTextEditor: CommandData;
};
type EventMappings = {