mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
clean lib
This commit is contained in:
@@ -7,7 +7,6 @@ const defaultConfig = {
|
||||
}
|
||||
|
||||
function validate (config) {
|
||||
console.log(config)
|
||||
if (!_.isObject(config)) return false
|
||||
if (!_.isNumber(config.zoom) || config.zoom < 0) return false
|
||||
if (!_.isBoolean(config.isSideNavFolded)) return false
|
||||
|
||||
Reference in New Issue
Block a user