fix: focus editor before inserting
Compare changes
@@ -12,6 +12,9 @@ export const InsertVariablesPlugin = () => {
Fixes a small issue where you could try to insert a variable, but nothing happened because the editor was not focused :).