fix: do not constantly re-trigger completion when already completing
This commit is contained in:
parent
485f06f576
commit
e45f2ced71
1 changed files with 0 additions and 1 deletions
|
|
@ -155,7 +155,6 @@ fn update_query_text(self: *Type, cursor: ed.Cursor) error{OutOfMemory}!void {
|
|||
else => |e_| return e_,
|
||||
};
|
||||
Type.update_query(self, query) catch return;
|
||||
tp.self_pid().send(.{ "cmd", "completion" }) catch |e| self.logger.err(module_name, e);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue