Run InsertIdle after reseting completer to permit InsertIdle to display an info box
This commit is contained in:
parent
e91da2bd43
commit
1745344869
|
@ -972,9 +972,9 @@ public:
|
|||
m_autoshowcompl(true),
|
||||
m_idle_timer{TimePoint::max(),
|
||||
[this](Timer& timer) {
|
||||
context().hooks().run_hook("InsertIdle", "", context());
|
||||
if (m_autoshowcompl)
|
||||
m_completer.update();
|
||||
context().hooks().run_hook("InsertIdle", "", context());
|
||||
}},
|
||||
m_disable_hooks{context().user_hooks_disabled()}
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user