Skip to content

Commit

Permalink
fix: Set blockHasOwnFocusManagement to true for Mermaid block editing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Feb 24, 2023
1 parent 7823232 commit e8605bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const applyConfig = (config) => {
restricted: false,
mostUsed: false,
sidebarTab: 0,
blockHasOwnFocusManagement: false,
blockHasOwnFocusManagement: true,
};

config.settings['codeBlock'] = {
Expand Down

0 comments on commit e8605bf

Please sign in to comment.