Skip to content

Commit

Permalink
Fixed #5726
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed May 16, 2024
1 parent 3279e5c commit 7144475
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/lib/inputnumber/InputNumber.vue
Original file line number Diff line number Diff line change
Expand Up @@ -552,10 +552,8 @@ export default {
if (this.readonly || this.disabled) {
return;
}
event.preventDefault();
if (this.readonly) return;
event.preventDefault();
let data = (event.clipboardData || window['clipboardData']).getData('Text');
Expand Down

0 comments on commit 7144475

Please sign in to comment.