Add retap triggers, which is currently no use

This commit is contained in:
NI
2019-09-09 22:52:06 +08:00
parent ac3278f974
commit 797f4fd89c
6 changed files with 32 additions and 8 deletions

View File

@@ -399,6 +399,8 @@ class Control {
this.enable = false;
}
retap() {}
receive() {
return this.subs.subscribe();
}