zshamrock / dynoman

DynamoDB management UI
GNU General Public License v3.0
7 stars 0 forks source link

Tab context menu operates on the currently selected tab #250

Closed zshamrock closed 4 years ago

zshamrock commented 4 years ago

So no matter which tab header user clicked, the operation from the context menu will be performed on top of the currently selected tab.

The easy way to fix this is to not share the context menu per tabs, but make each tab to have its own context menu.