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

Selected Element Issue #14

Open
dylanbanks96 opened this issue Nov 8, 2017 · 2 comments
Open

Selected Element Issue #14

dylanbanks96 opened this issue Nov 8, 2017 · 2 comments
Assignees
Labels

Comments

@dylanbanks96
Copy link

When clicking a div, every other div on the page is being highlighted. Please can you fix it so that the when you select an opening div, only the matching closing div is selected?

@dcortes92
Copy link
Owner

Thanks for submitting your issue. Can you provide code snippet so that I can reproduce this?

@dcortes92 dcortes92 self-assigned this Nov 8, 2017
@dylanbanks96
Copy link
Author

dylanbanks96 commented Nov 8, 2017

Sure here you go:

<div class="container">
  <div class="row">
    <div class="col-sm">
      One of three columns
    </div>
    <div class="col-sm">
      One of three columns
    </div>
    <div class="col-sm">
      One of three columns
    </div>
  </div>
</div>

gif:https://cl.ly/2C0j2t052N2K

Thanks!

@dcortes92 dcortes92 added the bug label Mar 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants