1
0

Make sure attachements are only added once to the list after uploading

+ Make sure the attachment list shows up every time after adding an attachment
This commit is contained in:
kolaente
2021-01-18 21:58:34 +01:00
parent a0664ecb29
commit 0b23e91f8d
4 changed files with 19 additions and 33 deletions

View File

@ -302,8 +302,6 @@ export default {
},
createOrSelectOnEnter() {
console.log('enter', this.creatableAvailable, this.searchResults.length)
if (!this.creatableAvailable && this.searchResults.length === 1) {
this.select(this.searchResults[0])
return