waveterm/frontend
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
..
app Fix zombie tab context menus (#1390) 2024-12-04 17:30:28 -08:00
layout Oops i actually made the tabs wrong (#1384) 2024-12-04 13:49:14 -08:00
types wsh run (#1376) 2024-12-04 14:16:50 -08:00
util vdom 3 (#1033) 2024-10-17 14:50:36 -07:00
wave.ts Better flicker prevention when switching tabs (#1389) 2024-12-04 17:20:06 -08:00