mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-05-04 08:41:20 +00:00
483fe80308
- Fix new tab not auto-focusing: add FocusNode to TerminalView and request focus when tab is selected via tab state listener - Fix NaN error when data arrives before terminal view layout: buffer output data until terminal view has valid dimensions, flush on first valid resize callback Signed-off-by: fufesou <linlong1266@gmail.com>