From ad3f7c33bfdd931bcc0f4342ed6910c58da8ffd1 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Mon, 23 May 2022 14:45:28 +0200 Subject: [PATCH] Missed one --- frontend/apps/reader/modules/readerdictionary.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/apps/reader/modules/readerdictionary.lua b/frontend/apps/reader/modules/readerdictionary.lua index f78f2c508..802c4b2c5 100644 --- a/frontend/apps/reader/modules/readerdictionary.lua +++ b/frontend/apps/reader/modules/readerdictionary.lua @@ -996,7 +996,7 @@ function ReaderDictionary:showDict(word, results, boxes, link) if not results.lookup_cancelled and self._lookup_start_time and (time.now() - self._lookup_start_time) > self.quick_dismiss_before_delay then -- If the search took more than a few seconds to be done, discard - -- queued and coming up input events to avoid a voluntary dismissal + -- queued and upcoming input events to avoid a voluntary dismissal -- (because the user felt the result would not come) to kill the -- result that finally came and is about to be displayed Input:inhibitInputUntil(true)