⬆️ scrollbar-style@3.1

This commit is contained in:
Kevin Sawicki
2015-04-22 10:27:07 -07:00
parent df30515438
commit 5f38719dfc
4 changed files with 3 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ class WorkspaceElement extends HTMLElement
@appendChild(@horizontalAxis)
observeScrollbarStyle: ->
@subscriptions.add scrollbarStyle.onValue (style) =>
@subscriptions.add scrollbarStyle.observePreferredScrollbarStyle (style) =>
switch style
when 'legacy'
@classList.remove('scrollbars-visible-when-scrolling')