justmoon / relative-numbers

Relative line numbers package for Atom
https://atom.io/packages/relative-numbers
MIT License
37 stars 16 forks source link

Bug with generic selector #36

Closed nwaywood closed 7 years ago

nwaywood commented 7 years ago

Please see this issue

Essentially, the generic selector that is defined here (@editorView.rootElement?.querySelectorAll('.line-number')) clashes with the linter-ui-default package that also uses the .line-number class.

The selector needs to be made more specific to only target the line-numbers class in the gutter

despairblue commented 7 years ago

Have a look at #34, this is a duplicate of that one.

nwaywood commented 7 years ago

Ah sorry I must of missed this issue, closing