()
| 190 | this["resize-editor"](); |
| 191 | }, |
| 192 | async encoding() { |
| 193 | const { default: changeEncoding } = await import( |
| 194 | /* webpackChunkName: "changeEncoding" */ "palettes/changeEncoding" |
| 195 | ); |
| 196 | changeEncoding(); |
| 197 | }, |
| 198 | exit() { |
| 199 | navigator.app.exitApp(); |
| 200 | }, |
no test coverage detected