Skip to content

Commit

Permalink
Update modules/ROOT/pages/6.1-release-notes.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: tiny-ben-tran <[email protected]>
  • Loading branch information
kemister85 and tiny-ben-tran authored Mar 25, 2024
1 parent 212dd72 commit 8b19d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/6.1-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ This update fixes this bug. When the Comments plugin loads, the comment model da

==== Opening the comments sidebar via an editor command did not respect the `grabFocus` argument

If the Comments sidebar was opened with an editor command and `grabFocus` was set to true — `editor.execCommand("'tc-open-comment'", false, "showcomments", { grabFocus: true });` — the sidebar still stole focus.
If the Comments sidebar was opened with an editor command and `grabFocus` was set to true — `editor.execCommand("tc-open-comment", false, "showcomments", { grabFocus: true });` — the sidebar still stole focus.

This update corrects this: `grabFocus: true` is honored, as expected, and the sidebar does not have the focus.

Expand Down

0 comments on commit 8b19d44

Please sign in to comment.