Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-windows
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-windows
Commits
cebfedcc
Commit
cebfedcc
authored
Jul 30, 2019
by
Yang Wang
Committed by
Ming Rui Zhang
Jul 31, 2019
Browse files
Options
Downloads
Patches
Plain Diff
chatview: disable the double paste issue
Change-Id: I0bcb68d755aad408b95845226c57098c45e5a73f Gitlab: #490
parent
4866d341
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/chatview.js
+2
-1
2 additions, 1 deletion
web/chatview.js
with
2 additions
and
1 deletion
web/chatview.js
+
2
−
1
View file @
cebfedcc
...
...
@@ -1757,6 +1757,7 @@ function remove(e) {
}
}
function
pasteKeyDetected
()
{
function
pasteKeyDetected
(
e
)
{
e
.
preventDefault
();
window
.
jsbridge
.
emitPasteKeyDetected
();
}
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