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
191
Issues
191
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
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
Commits
73f39392
Commit
73f39392
authored
17 minutes ago
by
Martin Santangelo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(fix) copy/paste comments
parent
c7dde3d0
No related merge requests found
Changes
1
Pipelines
1
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 @
73f39392
...
...
@@ -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.
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