remove TODO
This commit is contained in:
parent
9e4e6f8475
commit
c8c76dbde1
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ export default class Follow {
|
||||||
this.keys = [];
|
this.keys = [];
|
||||||
this.onActivatedCallbacks = [];
|
this.onActivatedCallbacks = [];
|
||||||
|
|
||||||
// TODO activate input elements and push button elements
|
|
||||||
let links = Follow.getTargetElements(doc);
|
let links = Follow.getTargetElements(doc);
|
||||||
|
|
||||||
this.addHints(links);
|
this.addHints(links);
|
||||||
|
|
Reference in a new issue