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

@_$element not being highlighted. #221

Closed
Overload119 opened this issue Jul 25, 2015 · 1 comment
Closed

@_$element not being highlighted. #221

Overload119 opened this issue Jul 25, 2015 · 1 comment

Comments

@Overload119
Copy link

Anyone know any fixes?

I can't get this to properly highlight, I've tried a bunch of different color schemes.

@Overload119
Copy link
Author

Here's a snippet that can replicate the issue.

    @_numWordsInLine = {}
    @_wordKeyTo$ElMap = {}
    $(@_$lineEls).each (lineEl, lineIdx, list) =>
      for wordEl, wordIdx in lineEl.children
        @_wordKeyTo$ElMap["#{lineIdx}:#{wordIdx}"] = $(wordEl)
      @_numWordsInLine[lineIdx] = lineEl.children.length

deathaxe added a commit that referenced this issue Aug 25, 2024
Fixes #128
Fixes #153
Fixes #203
Fixes #212
Fixes #214
Fixes #215
Fixes #221
Fixes #248
Fixes #250
Fixes #252
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