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:
@ -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 New Issue
Block a user