You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want to be able to right-click on an event and change its priority, so that I don't have to spend extra time doing so by opening the full event form.
As a user, I want to be able to right-click on an event and change its priority, so that I don't have to spend extra time doing so by opening the full event form.
Designs
Implementation
preventDefault()
when the event is of typecontextmenu
(reference this example)button
property of aMouseEvent
The text was updated successfully, but these errors were encountered: