Skip to content

Commit

Permalink
Fix conc saving (missing concSize update)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomachalek committed Aug 23, 2023
1 parent 59c58e0 commit d086ef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/files/js/models/concordance/save.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ export class ConcSaveModel extends StatefulModel<ConcSaveModelState> {
action => {
this.changeState(state => {
state.toLine.value = `${action.payload.concsize}`;
state.concSize = action.payload.concsize;
});
}
);
Expand Down

0 comments on commit d086ef2

Please sign in to comment.