Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
eb69fc6a
"ee/apps/git@gitlab.ow2.org:RocketChat/Rocket.Chat.git" did not exist on "371999e9b2aaa7c47a37b0d8dac6482cf61fdcda"
Unverified
Commit
eb69fc6a
authored
8 years ago
by
Marcelo Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
Fix error when typing on a recently opened room
parent
e3ea8fbf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/rocketchat-ui-message/message/messageBox.coffee
+2
-1
2 additions, 1 deletion
packages/rocketchat-ui-message/message/messageBox.coffee
with
2 additions
and
1 deletion
packages/rocketchat-ui-message/message/messageBox.coffee
+
2
−
1
View file @
eb69fc6a
...
...
@@ -98,8 +98,9 @@ Template.messageBox.events
RoomHistoryManager
.
getRoom
(
@
_id
).
loaded
=
undefined
RoomManager
.
computation
.
invalidate
()
'focus .input-message'
:
(
event
)
->
'focus .input-message'
:
(
event
,
instance
)
->
KonchatNotification
.
removeRoomNotification
@
_id
chatMessages
[
@
_id
].
input
=
instance
.
find
(
'.input-message'
)
'click .send-button'
:
(
event
,
instance
)
->
input
=
instance
.
find
(
'.input-message'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment