Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Here in the above image, active page number is 9 but we selected a text in page 8 so it performs a condition isClickWithinSelectionBounds in contextMenuOnBeforeOpen,and returns false,it give args.cancel= true so context menu not be open .
Here in the above image, active page number is 9 we selected a text in page 9 so it performs a condition in contextMenuOnBeforeOpen
isClickWithinSelectionBounds,and returns true,it does not allow args.cancel= true so context will be shown.