Skip to content

Commit

Permalink
fix: 设置完成关闭弹窗取消重加载,提升体验
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Aug 2, 2023
1 parent aab8d7f commit df955c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siyuan/invoke/widgetInvoke.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class WidgetInvoke {
}

public async showPublisherPublishSettingDialog() {
await this.showPage("/setting/publish", true)
await this.showPage("/setting/publish")
}

public async showPublisherGeneralSettingDialog() {
Expand Down

0 comments on commit df955c9

Please sign in to comment.