fix: override cursor focus rendering during dropdown completion
This commit is contained in:
parent
7c61b2dac6
commit
d5166e2f68
2 changed files with 7 additions and 1 deletions
|
|
@ -46,6 +46,7 @@ pub fn init(self: *Type) error{ Stop, OutOfMemory }!void {
|
|||
try self.value.commands.init(self);
|
||||
self.value.editor = tui.get_active_editor() orelse return error.Stop;
|
||||
self.value.view = self.value.editor.view;
|
||||
self.value.editor.cursor_focus_override = true;
|
||||
}
|
||||
|
||||
pub fn load_entries(self: *Type) !usize {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue