Skip to content

Commit

Permalink
fixed bug for chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmoc authored and JammingBen committed Aug 3, 2023
1 parent 4ab3716 commit cc7382e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export default defineComponent({
...map
}
objectMapping[keycode('backspace')] = async (e) => {
if (e.originalTarget.value || selectedTags.value.length === 0) {
if (e.target.value || selectedTags.value.length === 0) {
return
}
Expand Down

0 comments on commit cc7382e

Please sign in to comment.