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
The context menu operations are currently implemented in a pretty procedural fashion. I.e., instead of a function called hideContextMenu() there are several duplicated calls to query for the menu's dom element and hiding it directly via element.style.display = 'none'.
The text was updated successfully, but these errors were encountered:
The context menu operations are currently implemented in a pretty procedural fashion. I.e., instead of a function called
hideContextMenu()
there are several duplicated calls to query for the menu's dom element and hiding it directly viaelement.style.display = 'none'
.The text was updated successfully, but these errors were encountered: