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:
parent
a0664ecb29
commit
0b23e91f8d
4 changed files with 19 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue