Skip to content
Snippets Groups Projects

Connect funcionality

Merged Christos requested to merge connect-funcionality into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -197,6 +197,7 @@ const FindComponent = ({ close, expand, setPreviousSearcValue }) => {
@@ -197,6 +197,7 @@ const FindComponent = ({ close, expand, setPreviousSearcValue }) => {
};
};
const findNext = () => {
const findNext = () => {
 
view[lastActiveViewId].focus();
const results = getAllResultsByView();
const results = getAllResultsByView();
const resultsFrom = {};
const resultsFrom = {};