mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
💄 Drop the ::onValue call
This commit is contained in:
@@ -82,7 +82,7 @@ class WorkspaceView extends View
|
||||
|
||||
@subscribe @model, 'uri-opened', => @trigger 'uri-opened'
|
||||
|
||||
@subscribe scrollbarStyle.onValue (style) =>
|
||||
@subscribe scrollbarStyle, (style) =>
|
||||
@removeClass('scrollbar-style-legacy')
|
||||
@removeClass('scrollbar-style-overlay')
|
||||
@addClass("scrollbar-style-#{style}")
|
||||
|
||||
Reference in New Issue
Block a user