Skip to content

Commit

Permalink
doc(SelectTool): explain WIDGET_PRIORITY usage
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Elliott <[email protected]>
  • Loading branch information
floryst and PaulHax committed Oct 9, 2023
1 parent afb1289 commit a50892d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/tools/SelectTool.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ onVTKEvent(
}
},
{
// capture all events by calling handler before widgets
priority: WIDGET_PRIORITY + 1,
}
);
Expand Down

0 comments on commit a50892d

Please sign in to comment.