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

Does not block tweets in the "Tweet" modal if you are also composing a tweet in the inline composition input above the newsfeed #3

Open
aweary opened this issue Jul 23, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@aweary
Copy link
Owner

aweary commented Jul 23, 2020

Steps to Reproduce

  • Open Twitter
  • Start a tweet from the inline composition input, add an image
  • Click the Tweet button in the left column
  • Start composing a new tweet with an image

Notice that it won't disable the Tweet button in this modal. I think we just need to disable all instances of the Tweet button, rather than the first one (i.e., change querySelector to querySelectorAll and iterate through every button)

@aweary aweary added the bug Something isn't working label Jul 23, 2020
@Lewiscowles1986
Copy link

Do you know if it is the button-click, element selectors or other mechanism causing the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants