()
| 241 | } |
| 242 | |
| 243 | onClose() { |
| 244 | if(!this.localControl) { |
| 245 | this.injectNotice("warning", "The editor has lost connection to the Eve server. All changes will be made locally."); |
| 246 | } |
| 247 | } |
| 248 | |
| 249 | onMessage(event) { |
| 250 | let data = JSON.parse(event.data); |
no test coverage detected