Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wax-prosemirror
Manage
Activity
Members
Labels
Plan
Issues
34
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wax
wax-prosemirror
Merge requests
!190
Find and replace
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Find and replace
find-and-replace
into
master
Overview
0
Commits
51
Pipelines
0
Changes
60
Merged
Christos
requested to merge
find-and-replace
into
master
4 years ago
Overview
0
Commits
51
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
version 12
version 13
5385a063
4 years ago
version 12
31d239dd
4 years ago
version 11
ab4df676
4 years ago
version 10
599ff431
4 years ago
version 9
04ba95f9
4 years ago
version 8
a9a68883
4 years ago
version 7
8b9811ae
4 years ago
version 6
43d55d1b
4 years ago
version 5
e4010780
4 years ago
version 4
5585e89e
4 years ago
version 3
b5133d05
4 years ago
version 2
77b9cc2c
4 years ago
version 1
2e59a584
4 years ago
master (base)
and
version 13
latest version
06cd092e
51 commits,
4 years ago
version 13
5385a063
49 commits,
4 years ago
version 12
31d239dd
48 commits,
4 years ago
version 11
ab4df676
47 commits,
4 years ago
version 10
599ff431
46 commits,
4 years ago
version 9
04ba95f9
42 commits,
4 years ago
version 8
a9a68883
41 commits,
4 years ago
version 7
8b9811ae
40 commits,
4 years ago
version 6
43d55d1b
39 commits,
4 years ago
version 5
e4010780
37 commits,
4 years ago
version 4
5585e89e
35 commits,
4 years ago
version 3
b5133d05
32 commits,
4 years ago
version 2
77b9cc2c
31 commits,
4 years ago
version 1
2e59a584
30 commits,
4 years ago
Show latest version
2 files
+
0
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
wax-prosemirror-components/src/components/comments/ConnectedComment.js
+
0
−
7
Options
@@ -56,13 +56,6 @@ export default ({ comment, top, commentId, recalculateTops }) => {
}
const
onClickPost
=
content
=>
{
// TODO find out why on enter comment posts twice.
if
(
comment
.
attrs
.
conversation
.
length
!==
0
&&
last
(
comment
.
attrs
.
conversation
).
content
===
content
)
return
;
const
{
tr
}
=
state
;
const
obj
=
{