mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(components): don't self close tags
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user