feat: Notes from Evernote ENEX files are now correctly imported as Super notes with attachments (#2467)
This commit is contained in:
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user