mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
fix(web): minor bug fixes (#9696)
Co-authored-by: Mirone <Saul-Mirone@outlook.com>
This commit is contained in:
@@ -30,11 +30,6 @@ export const BRACKET_PAIRS: BracketPair[] = [
|
||||
left: '"',
|
||||
right: '"',
|
||||
},
|
||||
{
|
||||
name: 'angle bracket',
|
||||
left: '<',
|
||||
right: '>',
|
||||
},
|
||||
{
|
||||
name: 'fullwidth single quote',
|
||||
left: '‘',
|
||||
|
||||
Reference in New Issue
Block a user