mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
fix note export/import/branch prefix to use right-clicked note as opposed to current active
This commit is contained in:
@@ -74,8 +74,6 @@ function getMime(fileName) {
|
||||
|
||||
const ext = path.extname(fileName).toLowerCase();
|
||||
|
||||
console.log("EXT", ext);
|
||||
|
||||
if (ext in EXTENSION_TO_MIME) {
|
||||
console.log(EXTENSION_TO_MIME[ext]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user