Skip to content

Commit

Permalink
[UCX-3843] Fix message popup selection in middle of text
Browse files Browse the repository at this point in the history
  • Loading branch information
smpallen99 committed Mar 14, 2018
1 parent 4ebc533 commit b351914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
* [UCX-3839] Fix no messages when num messages eq page size
* [UCX-3838] Fix url previews for new message
* [UCX-3842] Fix up arrow edit exception error
* [UCX-3843] Fix message popup selection in middle of text

## 1.0.0.beta5 (2018-01-xx)
## 1.0.0.beta5 (2018-03-12)

## Enhancements

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ defmodule OneChatWeb.RoomChannel.MessageInput do

defp handle_in(%{app: app, state: state} = context, _key) do
# Logger.info "handle in"
if match = Buffer.pattern_mod_match? app, state.buffer do
if match = Buffer.pattern_mod_match? app, state.head do
# Logger.info "matched: "
dispatch_handle_in(app, match, context)
else
Expand Down

0 comments on commit b351914

Please sign in to comment.