mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 02:06:29 +00:00
Add pinn to top
This commit is contained in:
@@ -44,7 +44,8 @@ function createFolder (storageKey, input) {
|
||||
let newFolder = {
|
||||
key,
|
||||
color: input.color,
|
||||
name: input.name
|
||||
name: input.name,
|
||||
pinnedNotes: []
|
||||
}
|
||||
|
||||
storage.folders.push(newFolder)
|
||||
|
||||
Reference in New Issue
Block a user