Merge branch 'develop' of https://github.com/vabene1111/recipes into develop

This commit is contained in:
Kaibu
2022-04-23 01:28:25 +02:00
8 changed files with 2019 additions and 2186 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