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
Commits
43125097
Commit
43125097
authored
1 year ago
by
chris
Browse files
Options
Downloads
Patches
Plain Diff
fix replace all case sensitive
parent
d0dc5e77
No related branches found
No related tags found
1 merge request
!513
Student numerical
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wax-prosemirror-services/src/FindAndReplaceService/components/ExpandedFindAndReplaceComponent.js
+3
-2
3 additions, 2 deletions
...laceService/components/ExpandedFindAndReplaceComponent.js
with
3 additions
and
2 deletions
wax-prosemirror-services/src/FindAndReplaceService/components/ExpandedFindAndReplaceComponent.js
+
3
−
2
View file @
43125097
...
@@ -269,6 +269,7 @@ const ExpandedFindAndReplaceComponent = ({
...
@@ -269,6 +269,7 @@ const ExpandedFindAndReplaceComponent = ({
const
results
=
DocumentHelpers
.
findMatches
(
const
results
=
DocumentHelpers
.
findMatches
(
singleView
.
state
.
doc
,
singleView
.
state
.
doc
,
searchValue
,
searchValue
,
matchCaseOption
,
);
);
const
{
const
{
state
:
{
tr
},
state
:
{
tr
},
...
@@ -370,11 +371,11 @@ const ExpandedFindAndReplaceComponent = ({
...
@@ -370,11 +371,11 @@ const ExpandedFindAndReplaceComponent = ({
<
ControlContainer
>
<
ControlContainer
>
<
ButtonReplace
onClick
=
{
replace
}
>
<
ButtonReplace
onClick
=
{
replace
}
>
{
'
'
}
{
'
'
}
<
Translation
label
=
"
Replace
with
"
/>
<
Translation
label
=
"
Replace
"
/>
<
/ButtonReplace
>
<
/ButtonReplace
>
<
ButtonReplaceAll
onClick
=
{
replaceAll
}
>
<
ButtonReplaceAll
onClick
=
{
replaceAll
}
>
{
'
'
}
{
'
'
}
<
Translation
label
=
"
Replace
with
"
/>
<
Translation
label
=
"
All
"
/>
<
Translation
label
=
"
Replace
"
/>
<
Translation
label
=
"
All
"
/>
<
/ButtonReplaceAll
>
<
/ButtonReplaceAll
>
<
PreviousNextContainer
>
<
PreviousNextContainer
>
<
IconWrapper
<
IconWrapper
...
...
This diff is collapsed.
Click to expand it.
Christos
@christos
mentioned in issue
#93 (closed)
·
1 year ago
mentioned in issue
#93 (closed)
mentioned in issue #93
Toggle commit list
Preview
0%
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