🐛 fix(SRTEditor): 修复字幕输入框图标载入问题
This commit is contained in:
@@ -346,8 +346,7 @@ defineExpose({
|
||||
:autofocus="false" :color="subtitle.active ? 'primary' : undefined"
|
||||
@click="onSubtitleInputClick(subtitle)" @input="() => { if (!modified) modified = true }">
|
||||
<template #trailing>
|
||||
<!-- FIXME: maybe a bug here -->
|
||||
<UIcon v-if="subtitle.active" name="tabler:keyframe-align-vertical-filled" />
|
||||
<UIcon v-show="subtitle.active" name="tabler:keyframe-align-vertical-filled" />
|
||||
</template>
|
||||
</UInput>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user