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

Get latest selection element #4

Open
gbelvedere opened this issue Jun 7, 2019 · 1 comment
Open

Get latest selection element #4

gbelvedere opened this issue Jun 7, 2019 · 1 comment

Comments

@gbelvedere
Copy link

Hi, when I create a selection and then highligh it, it adds some elements, any idea on how to retrieve those elements immediately after their creation?

@pburrows
Copy link
Owner

I usually add an additional decorator (a class) to those elements after they are created, so to find new ones, I just search for ones without that decorator. Perhaps not the best method, but it works pretty seamlessly for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants