Skip to content

Commit

Permalink
Removed an annoying space
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywhy committed Oct 22, 2024
1 parent ded92b4 commit 3fad847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transition.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function cancelTransition(element) {
}

function performTransitions(element, transitionStages) {
if (element._stimulus_transition) cancelTransition(element)
if (element._stimulus_transition) cancelTransition(element)

let interrupted, firstStageComplete, secondStageComplete
setupTransition(element)
Expand Down

0 comments on commit 3fad847

Please sign in to comment.