1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-17 18:44:45 +02:00

Desktop: Remove auto-matching for greater than character (#7669)

This commit is contained in:
Self Not Found 2023-01-28 00:50:07 +08:00 committed by GitHub
parent 1dff50d080
commit acd7bfd9f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -869,7 +869,7 @@ function CodeMirror(props: NoteBodyEditorProps, ref: any) {
function renderEditor() { function renderEditor() {
const matchBracesOptions = Setting.value('editor.autoMatchingBraces') ? { override: true, pairs: '<>()[]{}\'\'""‘’“”()《》「」『』【】〔〕〖〗〘〙〚〛' } : false; const matchBracesOptions = Setting.value('editor.autoMatchingBraces') ? { override: true, pairs: '()[]{}\'\'""‘’“”()《》「」『』【】〔〕〖〗〘〙〚〛' } : false;
return ( return (
<div style={cellEditorStyle}> <div style={cellEditorStyle}>