Feature/172 recency (#439)
* Fixed ts errors * #172 - First draft at recency boost
This commit is contained in:
@@ -98,9 +98,9 @@
|
||||
},
|
||||
}
|
||||
}
|
||||
let elFolderPathIcon: HTMLElement
|
||||
let elFilePathIcon: HTMLElement
|
||||
let elEmbedIcon: HTMLElement
|
||||
let elFolderPathIcon: HTMLElement | null = null
|
||||
let elFilePathIcon: HTMLElement | null = null
|
||||
let elEmbedIcon: HTMLElement | null = null
|
||||
|
||||
$: {
|
||||
imagePath = null
|
||||
|
||||
Reference in New Issue
Block a user