feat: Notes from Evernote ENEX files are now correctly imported as Super notes with attachments (#2467)

This commit is contained in:
Aman Harwara
2023-08-30 00:32:54 +05:30
committed by GitHub
parent 631972ca9c
commit 600afa5382
11 changed files with 730 additions and 93 deletions

View File

@@ -28,7 +28,7 @@ export type ImportModalFile = (
export class ImportModalController {
isVisible = false
shouldCreateTag = true
shouldCreateTag = false
files: ImportModalFile[] = []
importTag: SNTag | undefined = undefined
@@ -86,7 +86,7 @@ export class ImportModalController {
close = () => {
this.setIsVisible(false)
this.setShouldCreateTag(true)
this.setShouldCreateTag(false)
if (this.importTag) {
this.navigationController
.setSelectedTag(this.importTag, 'all', {