branch: externals/corfu-doc
commit 9750d1af61c2e47ce634bce052160812ec5bd14b
Author: Yuwei Tian <[email protected]>
Commit: Yuwei Tian <[email protected]>

    Fix calling corfu-doc--refresh-popup
---
 corfu-doc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu-doc.el b/corfu-doc.el
index 5f0809c64a..f1f12e76c8 100644
--- a/corfu-doc.el
+++ b/corfu-doc.el
@@ -410,7 +410,7 @@ FWIDTH and FHEIGHT."
     (when-let ((candidate (corfu-doc--get-candidate))
                (cf-popup-edges (corfu-doc--get-cf-popup-edges)))
       (if (corfu-doc--should-refresh-popup candidate)
-          (corfu-doc--refresh-popup cf-popup-edges)
+          (corfu-doc--refresh-popup)
         ;; fetch documentation and show
         (if-let* ((doc (corfu-doc--get-doc)))
             (progn

Reply via email to