Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
37800d92
Commit
37800d92
authored
Mar 05, 2019
by
Christoph Scholz
Committed by
JC Brand
Mar 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
allow drag & drop also in MUCs
parent
49d04bef
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
44 deletions
+49
-44
CHANGES.md
CHANGES.md
+1
-0
dist/converse.js
dist/converse.js
+45
-43
src/converse-muc-views.js
src/converse-muc-views.js
+3
-1
No files found.
CHANGES.md
View file @
37800d92
...
...
@@ -13,6 +13,7 @@
-
#1400: When a chat message is just an emoji, enlarge the emoji
-
#1437: List of groupchats in modal doesn't scroll
-
#1457: Wrong tooltip shown for "unbookmark" icon
-
#1479: Allow file upload by drag & drop also in MUCs
## 4.1.2 (2019-02-22)
...
...
dist/converse.js
View file @
37800d92
This diff is collapsed.
Click to expand it.
src/converse-muc-views.js
View file @
37800d92
...
...
@@ -506,7 +506,9 @@ converse.plugins.add('converse-muc-views', {
'
click .upload-file
'
:
'
toggleFileUpload
'
,
'
keydown .chat-textarea
'
:
'
keyPressed
'
,
'
keyup .chat-textarea
'
:
'
keyUp
'
,
'
input .chat-textarea
'
:
'
inputChanged
'
'
input .chat-textarea
'
:
'
inputChanged
'
,
'
dragover .chat-textarea
'
:
'
onDragOver
'
,
'
drop .chat-textarea
'
:
'
onDrop
'
,
},
initialize
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment