Remove update propagation
This commit is contained in:
parent
c4996ef5d8
commit
24c7369451
12 changed files with 23 additions and 57 deletions
|
@ -39,9 +39,6 @@ export default class Follow {
|
|||
messages.onMessage(this.onMessage.bind(this));
|
||||
}
|
||||
|
||||
update() {
|
||||
}
|
||||
|
||||
key(key) {
|
||||
if (Object.keys(this.hints).length === 0) {
|
||||
return false;
|
||||
|
|
Reference in a new issue