From fa252fb365cc46318c5d39215cd41c154ac29f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Zalba?= Date: Wed, 7 Aug 2024 21:34:33 -0300 Subject: [PATCH] Fixed `closeMenu` method in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 505f01a..c6ce00e 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ contextmenu.on('open', function (evt) { Remove all elements from the menu. -#### contextmenu.close() +#### contextmenu.closeMenu() Close the menu programmatically.