()
| 114 | } |
| 115 | |
| 116 | private getResetState(): ClipperState { |
| 117 | return { |
| 118 | currentMode: this.state.currentMode.set(this.getDefaultClipMode()), |
| 119 | oneNoteApiResult: { status: Status.NotStarted } |
| 120 | }; |
| 121 | } |
| 122 | |
| 123 | private initializeInjectCommunicator(pageInfo: SmartValue<PageInfo>, clientInfo: SmartValue<ClientInfo>) { |
| 124 | // Clear the inject no-op tracker |
no test coverage detected