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