Skip to content

Commit

Permalink
fix: force-focus when switching formatting mode
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Nov 27, 2024
1 parent d2bceef commit 17f25ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/assemblies/inbox/InboxForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,9 @@ export default {
Store.$layout.setInboxFormFormatting(
!this.isActionFormatFormattingVisible
);

// Focus on input
this.focusMessageField();
},

onActionRecordClick(): void {
Expand Down

0 comments on commit 17f25ff

Please sign in to comment.