mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
fix lint error
This commit is contained in:
@@ -421,8 +421,7 @@ document.addEventListener('DOMContentLoaded', displaySequences);
|
||||
if (mode === 'yaml') {
|
||||
addYAML()
|
||||
}
|
||||
}
|
||||
else if (type === 'code') {
|
||||
} else if (type === 'code') {
|
||||
addCodeMirror()
|
||||
|
||||
if (mode && modes[mode] !== true) {
|
||||
|
||||
Reference in New Issue
Block a user