Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Mobile
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
195
Issues
195
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Compare Revisions
7b13b4bb411113ebd5b039df4427826c9d004115...5797c80872af1e8bb47efea3682d9acc0877d2c1
Source
5797c80872af1e8bb47efea3682d9acc0877d2c1
Select Git revision
...
Target
7b13b4bb411113ebd5b039df4427826c9d004115
Select Git revision
Compare
Commits (2)
(fix) copy/paste comments
· 551f5502
Martin Santangelo
authored
1 day ago
551f5502
Merge branch 'feat/fix-comment-copy-paste' into 'release/3.9.0'
· 5797c808
Martin Santangelo
authored
31 minutes ago
[Sprint/LuckyLizard] (fix) copy/paste comments See merge request
!318
5797c808
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
CommentList.js
src/comments/CommentList.js
+4
-1
No files found.
src/comments/CommentList.js
View file @
5797c808
...
...
@@ -9,7 +9,7 @@ import {
FlatList
,
Keyboard
,
Platform
,
TextInput
,
//
TextInput,
TouchableOpacity
,
TouchableHighlight
,
ActivityIndicator
,
...
...
@@ -38,6 +38,9 @@ import i18n from '../common/services/i18n.service';
import
blockListService
from
'
../common/services/block-list.service
'
;
import
autobind
from
"
../common/helpers/autobind
"
;
// workaround for android copy/paste issue
import
TextInput
from
'
../common/components/TextInput
'
;
// types
type
Props
=
{
header
?:
any
,
...
...
This diff is collapsed.
Click to expand it.