We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
activeMatch
1 parent 49abb51 commit e4d2283Copy full SHA for e4d2283
1 file changed
src/components/panels/edit/modals/FindReplaceModal.vue
@@ -137,9 +137,9 @@ export default {
137
if (!all) {
138
let target = this.matches[this.activeMatch]
139
this.replace(target)
140
- if (this.activeMatch < this.matches.length-1){
141
- this.activeMatch++
142
- }
+ // if (this.activeMatch < this.matches.length-1){
+ // this.activeMatch++
+ // }
143
} else {
144
for (let target of this.matches) {
145
0 commit comments