Skip to content

Commit

Permalink
fix: integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Dec 23, 2024
1 parent 36c737f commit da0dc24
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions common/lib/session_state_service_impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,8 @@ export class SessionStateServiceImpl implements SessionStateService {
}

updateReadOnly(readOnly: boolean): void {
// TODO: review this
// this.pluginService.getSessionStateService().setupPristineReadOnly(readOnly);
// this.pluginService.getSessionStateService().setReadOnly(readOnly);
this.setupPristineState(this.sessionState.readOnly, readOnly);
this.setState(this.sessionState.readOnly, readOnly);
this.pluginService.getSessionStateService().setupPristineReadOnly(readOnly);
this.pluginService.getSessionStateService().setReadOnly(readOnly);
}

getSchema(): string | undefined {
Expand Down

0 comments on commit da0dc24

Please sign in to comment.