steelbrain / intentions-numbers

A package that allows you to hold numbers in text editor and increase/decrease them on mouse move
MIT License
1 stars 0 forks source link

Package does not work in Atom 15 #25

Open dqsully opened 7 years ago

dqsully commented 7 years ago

index.js:15

textEditorElement.querySelectorAll('::shadow .numeric')

should be

textEditorElement.querySelectorAll('.syntax--numeric')

as Atom has gotten rid of shadow roots.

steelbrain commented 7 years ago

Thanks @dqsully, will publish fix