diff --git a/package.json b/package.json index eb5dfd3..ad14d50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "media_player_client", - "version": "1.5.3", + "version": "1.5.4", "description": "A Quasar Framework app", "productName": "MediaPlayerClient", "author": "fangxiang ", diff --git a/src/components/SignalSourceDialog.vue b/src/components/SignalSourceDialog.vue index cf363a3..3ffc847 100644 --- a/src/components/SignalSourceDialog.vue +++ b/src/components/SignalSourceDialog.vue @@ -104,12 +104,6 @@ (val) => (val && val.length > 0) || $t('Please type something'), ]" - @keydown=" - (evt) => { - if (evt.keyCode == 13) { - } - } - " >