Hide info box when closing insert completion menu
This commit is contained in:
parent
6c47b204e2
commit
7bb7c1b922
|
@ -334,7 +334,10 @@ void InsertCompleter::reset()
|
|||
{
|
||||
m_completions = InsertCompletion{};
|
||||
if (m_context.has_ui())
|
||||
{
|
||||
m_context.ui().menu_hide();
|
||||
m_context.ui().info_hide();
|
||||
}
|
||||
}
|
||||
|
||||
bool InsertCompleter::setup_ifn()
|
||||
|
|
Loading…
Reference in New Issue
Block a user