点击打开歌单弹窗背景将不再自动关闭弹窗

pull/1583/head
lyswhut 2023-08-11 22:22:37 +08:00
parent d11eaec7d5
commit 4ad9c81381
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
- 优化音效设置-环境音效启用、禁用时的操作效果显示,修复禁用环境音效时仍然可以调整增益、新增预设的问题
- 过滤翻译歌词或罗马音歌词中只有“//”的行(#1499
- 点击打开歌单弹窗背景将不再自动关闭弹窗,防止选择输入框里的内容时意外关闭弹窗
### 修复

View File

@ -1,5 +1,5 @@
<template>
<material-modal :show="props.modelValue" teleport="#view" width="60%" bg-close @close="emit('update:model-value', $event)" @after-enter="$refs.input.focus()">
<material-modal :show="props.modelValue" teleport="#view" width="60%" @close="emit('update:model-value', $event)" @after-enter="$refs.input.focus()">
<main :class="$style.main">
<h2>{{ $t('songlist__import_input_title') }}</h2>
<div :class="$style.inputContent">