Skip to content

Commit 1506f6a

Browse files
authored
[Docs] Do not highlight wrong onBegin transition (#4361)
## Description I've noticed that arrow leading towards `onFinalize` from `onBegin` even if handler activated. This PR fixes this issue. ### Before https://github.com/user-attachments/assets/3b35e8e1-137f-4506-bf91-1daa2f75e3c2 ### After https://github.com/user-attachments/assets/8050063e-31ea-4f16-80d9-9deec1780704 ## Test plan Play with example
1 parent bdb41b8 commit 1506f6a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/docs-gesture-handler/src/examples/CallbacksFlowExamples/GestureCallbacksExample.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ function GestureCallbacksDiagram() {
150150
// let the onDeactivate pulse land first
151151
later(() => {
152152
fire('deactivate_finalize', 'onFinalize');
153-
pulse('begin_finalize');
154153
}, 2 * CAUSAL_DELAY_MS);
155154
} else {
156155
pulse('onFinalize');

0 commit comments

Comments
 (0)