Skip to content

Commit

Permalink
#97 By default select fragments of statements with a single click.
Browse files Browse the repository at this point in the history
  • Loading branch information
igorocky committed Jun 17, 2023
1 parent c6b936e commit 71912c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metamath/ui/MM_cmp_settings.res
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ let createDefaultSettings = () => {
parensErr: None,
asrtsToSkip: [],
asrtsToSkipRegex: asrtsToSkipRegexDefault,
editStmtsByLeftClick: true,
editStmtsByLeftClick: false,
initStmtIsGoal:true,
defaultStmtLabel:"qed",
defaultStmtType:"|-",
Expand Down

0 comments on commit 71912c5

Please sign in to comment.