small fixes and tests

This commit is contained in:
vabene1111
2022-04-22 22:27:17 +02:00
parent 6953f763d2
commit 9adc1f7266
6 changed files with 1987 additions and 2159 deletions

View File

@@ -492,7 +492,7 @@ export default {
window.localStorage.setItem(this.LS_IMPORT_RECENT, JSON.stringify(this.recent_urls))
}
if (url === '' && bookmarklet === undefined) {
if (url === '' && bookmarklet === undefined && this.source_data === '') {
this.empty_input = true
setTimeout(() => {
this.empty_input = false