style(components): don't self close tags

This commit is contained in:
Brandy Carney
2018-09-12 11:37:08 -04:00
parent 6ed4690834
commit fcb45d12e2
10 changed files with 10 additions and 10 deletions

View File

@@ -77,7 +77,7 @@ export function startTapClick(doc: Document) {
const { x, y } = pointerCoord(ev);
// unactivate selected
// deactivate selected
if (activatableEle) {
if (clearDefers.has(activatableEle)) {
throw new Error('internal error');