Skip to content

Commit

Permalink
fix(web): hide customFont el-popover after click button
Browse files Browse the repository at this point in the history
  • Loading branch information
Xwite committed Oct 3, 2024
1 parent 341dc1c commit e6798da
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion modules/web/src/components/ReadSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,13 @@
"
>确定</el-button
>
<el-button type="primary" size="small" @click="loadFontFromURL"
<el-button
type="primary"
size="small"
@click="
loadFontFromURL();
customFontSavePopVisible = false;
"
>网络下载</el-button
>
</div>
Expand Down

0 comments on commit e6798da

Please sign in to comment.