Skip to content

Commit 9c43a19

Browse files
change findNext to findPersistentNext
1 parent b816546 commit 9c43a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/modules/IDE/components/Editor.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ class Editor extends React.Component {
147147
[`${metaKey}-Enter`]: () => null,
148148
[`Shift-${metaKey}-Enter`]: () => null,
149149
[`${metaKey}-F`]: 'findPersistent',
150-
[`${metaKey}-G`]: 'findNext',
151-
[`Shift-${metaKey}-G`]: 'findPrev',
150+
[`${metaKey}-G`]: 'findPersistentNext',
151+
[`Shift-${metaKey}-G`]: 'findPersistentPrev',
152152
[replaceCommand]: 'replace'
153153
});
154154

0 commit comments

Comments
 (0)