-
Notifications
You must be signed in to change notification settings - Fork 130
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
Minimap colours not updating on stylesheet modification #303
Comments
Thank you for your feedback. |
Nice catch, not sure if there's an event on user stylesheet reload, but if there is, we just have to hook on it. |
https://atom.io/docs/api/v0.188.0/StyleManager |
@abe33 @subscriptions.add atom.styles.onDidAddStyleElement =>
@invalidateCache()
@requestForcedUpdate() |
…les-reload 🐛 Fix not update when user-styles reload, #303
Landed in v4.7.0 |
The title says it all: If you change your (user-)stylesheet, the editor itself reloads all colours, the minimap doesn't.
Tested with
The text was updated successfully, but these errors were encountered: