remove wrong statusbar check

pull/10653/head
diegostafa 7 months ago
parent 9d5ffac4f2
commit 0f9c50d5b7

@ -1220,7 +1220,7 @@ impl EditorView {
}
let (view, doc) = current!(cxt.editor);
if modifiers == KeyModifiers::CONTROL || row == view.inner_area(doc).height {
if modifiers == KeyModifiers::CONTROL {
return EventResult::Ignored(None);
}

Loading…
Cancel
Save