waveterm/frontend/app/tab
Evan Simkowitz df2889f280
Fix zombie tab context menus (#1390)
The memoizing of the tabs was causing the callbacks for
handleContextMenu to become dead ends. This makes more of the callbacks
into memoized callbacks and makes the handleContextMenu function itself
a memoized callback to ensure it's properly updated when its upstream
callbacks change.
2024-12-04 17:30:28 -08:00
..
tab.scss Better flicker prevention when switching tabs (#1389) 2024-12-04 17:20:06 -08:00
tab.tsx Fix zombie tab context menus (#1390) 2024-12-04 17:30:28 -08:00
tabbar.scss Oops i actually made the tabs wrong (#1384) 2024-12-04 13:49:14 -08:00
tabbar.tsx Fix zombie tab context menus (#1390) 2024-12-04 17:30:28 -08:00
tabcontent.scss Oops i actually made the tabs wrong (#1384) 2024-12-04 13:49:14 -08:00
tabcontent.tsx Switch from Less to Scss (#1335) 2024-11-21 16:05:04 -08:00
updatebanner.scss Oops i actually made the tabs wrong (#1384) 2024-12-04 13:49:14 -08:00
updatebanner.tsx Switch from Less to Scss (#1335) 2024-11-21 16:05:04 -08:00
workspaceswitcher.scss Oops i actually made the tabs wrong (#1384) 2024-12-04 13:49:14 -08:00
workspaceswitcher.tsx wsh run (#1376) 2024-12-04 14:16:50 -08:00