Got rid of the send button, use keybinding instead

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta
2019-12-05 13:13:29 +01:00
parent ed660ccd64
commit 71842abfa3
5 changed files with 65 additions and 61 deletions

View File

@@ -107,7 +107,7 @@ export class MonitorConnection {
return !!this.state;
}
get connectionConfig(): MonitorConfig | undefined {
get monitorConfig(): MonitorConfig | undefined {
return this.state ? this.state.config : undefined;
}