Skip to content

Commit

Permalink
fix(toolbox): 校对名称切换
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed May 2, 2024
1 parent e89415d commit c6233bc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ export const useScenarioStore = defineStore({
this.scenario.translator = translator;
},
setProofreader(proofreader: string) {
if (!this.scenario.proofreader) {
this.scenario.proofreader = "";
}
this.scenario.proofreader = proofreader;
},
setContentLine(content: ContentLine, line: number) {
Expand Down

0 comments on commit c6233bc

Please sign in to comment.