Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add is_target to Click event #913

Merged
merged 2 commits into from
Sep 1, 2024
Merged

Commits on Aug 31, 2024

  1. Add is_target to Click event

    Usage of is_target mainly works for me.box.
    
    For me.button / me.content_button it will almost always be false since
    the buttons are composed of other sub elements. There may be cases where
    it is true.
    
    Updated dialog usages to utilize `is_target`.
    
    Closes google#268
    richard-to committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    5798d99 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Address code review

    richard-to committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    ff00ef6 View commit details
    Browse the repository at this point in the history