git ssb

16+

Dominic / patchbay



Commit c412f272844106f5c8b0273c71bf2f773e740e14

HACK - fix keyboard shortcut for new Page -channel

mix irving committed on 10/17/2017, 1:22:59 AM
Parent: 8848cc417120db1c18557953392b15fc1eb07237

Files changed

app/page/channel.jschanged
app/page/channel.jsView
@@ -61,10 +61,15 @@
6161 )
6262 }
6363 draw()
6464
65- return h('Page -channel', {title: channel}, [
65 + var page = h('Page -channel', {title: channel}, [
6666 filterMenu,
6767 container
6868 ])
69 +
70 + // TODO better scroll hack for hekyboard shortcuts
71 + page.scroll = container.scroll
72 +
73 + return page
6974 }
7075 }

Built with git-ssb-web