Skip to content

Commit

Permalink
Merge pull request #5749 from nextcloud-libraries/fix/file-picker
Browse files Browse the repository at this point in the history
fix(NcRichContentEditable): remove overlapping placeholder with tribute trigger
  • Loading branch information
susnux authored Jul 1, 2024
2 parents 01500a9 + 95aa9e3 commit d2452e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,7 @@ export default {
this.focus()
const index = this.tribute.collection.findIndex(collection => collection.trigger === trigger)
this.tribute.showMenuForCollection(this.$refs.contenteditable, index)
this.updateValue(this.$refs.contenteditable.innerHTML)
document.addEventListener('click', this.hideTribute, true)
},

Expand Down

0 comments on commit d2452e7

Please sign in to comment.