Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace `this.getDocument().activeElement` with `this.tribute.current.element` to fix a bug in shadow DOM, where the menu could not be shown. Because `this.getDocument().activeElement` was not the native input element.
- Loading branch information