mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
small fixes and tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user