feat: embed cursor-interactive elements into snapshot tree (#855)

* feat: embed cursor-interactive elements into snapshot tree

* optimize format

* fix: address review feedback for e2e_snapshot_cursor_interactive unitest

---------

Co-authored-by: 羲洋 <lipengyang.lpy@alibaba-inc.com>
This commit is contained in:
Lppy
2026-03-16 16:28:31 -05:00
committed by GitHub
co-authored by 羲洋
parent 42c4c56c9a
commit 811e66f99e
3 changed files with 86 additions and 87 deletions
+1
View File
@@ -1512,6 +1512,7 @@ async fn handle_screenshot(cmd: &Value, state: &mut DaemonState) -> Result<Value
&session_id,
&SnapshotOptions {
interactive: true,
cursor: true,
..SnapshotOptions::default()
},
&mut state.ref_map,