mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
fixes to stable sorting
This commit is contained in:
@@ -20,7 +20,7 @@ const markdownService = require("./markdown");
|
||||
* @param {TaskContext} taskContext
|
||||
* @param {Buffer} fileBuffer
|
||||
* @param {BNote} importRootNote
|
||||
* @returns {Promise<*>}
|
||||
* @returns {Promise<BNote>}
|
||||
*/
|
||||
async function importZip(taskContext, fileBuffer, importRootNote) {
|
||||
/** @type {Object.<string, string>} maps from original noteId (in ZIP file) to newly generated noteId */
|
||||
|
||||
Reference in New Issue
Block a user