Skip to content

Commit 5ccaea9

Browse files
committed
(nav): run lint
1 parent b6712f4 commit 5ccaea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/nav/nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ export class Nav implements NavOutlet {
533533
*/
534534
private async queueTrns(ti: TransitionInstruction, done: TransitionDoneFn | undefined): Promise<boolean> {
535535
this.blurActiveElement();
536-
536+
537537
if (this.isTransitioning && ti.opts?.skipIfBusy) {
538538
return false;
539539
}

0 commit comments

Comments
 (0)