Fix hang in editor completion unit test

This commit is contained in:
Max Brunsfeld 2022-02-02 17:09:36 -08:00
parent bbdf62f263
commit 45898daf83
2 changed files with 8 additions and 5 deletions

View file

@ -746,6 +746,7 @@ impl Buffer {
Operation::UpdateCompletionTriggers { triggers },
cx,
);
cx.notify();
});
} else {
return;