You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Optimize][Event] Add nodeIndex to event target info
- Pass optional ElementInfo through component creation so component elements keep their nodeIndex.
- Include nodeIndex in event target payloads when an Element is available, while preserving callers that only provide an AttributeHolder.
- Keep the type-element-api package testable by declaring its TypeScript dev dependency and aligning tsconfig with existing type packages.
TEST: lynx/tools/rtf/rtf native-ut run --names lynx --target events_test_exec --gtest-filter="TouchEventHandlerTest.*" --silent
TEST: pnpm --dir lynx/js_libraries/type-element-api test
0 commit comments