diff --git a/src/text_editor/window.cpp b/src/text_editor/window.cpp index 3205dfe..0a832dd 100644 --- a/src/text_editor/window.cpp +++ b/src/text_editor/window.cpp @@ -303,12 +303,12 @@ void GotoNextInList(Window *window, Int line_offset = 1) { continue; } - if (set.view == active_view) { - Int new_line = PosToLine(set.buffer, set.view->carets[0].range.min); - if (active_view_line == new_line) { - continue; - } - } + // if (set.view == active_view) { + // Int new_line = PosToLine(set.buffer, set.view->carets[0].range.min); + // if (active_view_line == new_line) { + // continue; + // } + // } opened = true; break;