MM-13209: use textbox channel from context (#2108)
* MM-13209: fix textbox to bind channel from props This avoids relying on a global notion of the current channel, which only applies to the centre and not the RHS. * update mattermost-redux * code review feedback * update mattermost-redux
... | ... | @@ -28,7 +28,7 @@ |
"localforage": "1.7.2", | ||
"localforage-observable": "1.4.0", | ||
"marked": "github:mattermost/marked#ed33baecd7d7fa97d479ba22dde9d226b083d67d", | ||
"mattermost-redux": "github:mattermost/mattermost-redux#b730595c859e61ebc04806967f2df27c60f0050a", | ||
"mattermost-redux": "github:mattermost/mattermost-redux#b593625b0a053a8d248e6aee0f26c735ba4a169b", | ||
"moment-timezone": "0.5.21", | ||
"pdfjs-dist": "2.0.489", | ||
"perfect-scrollbar": "0.8.1", | ||
... | ... |
Please register or sign in to comment