From a1d222d13f9a6e19115136e828adcde7abbd2c4f Mon Sep 17 00:00:00 2001 From: CTomlyn Date: Mon, 22 Apr 2024 17:31:52 -0700 Subject: [PATCH] Fix image URLs in docs (#1898) --- docs/pages/03.03.01-context-menu-handler.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/03.03.01-context-menu-handler.md b/docs/pages/03.03.01-context-menu-handler.md index 61ee03b3a1..50617ff764 100644 --- a/docs/pages/03.03.01-context-menu-handler.md +++ b/docs/pages/03.03.01-context-menu-handler.md @@ -74,7 +74,7 @@ Here's an example of a contextMenuHandler: The above array will produce a context menu like this: - + ### Customizing the default context menu @@ -123,11 +123,11 @@ Dividers can also be added to the context toolbar by specifying 'toolbarItem: tr ``` This will produce a context toolbar like this: - + And when the overflow icon is clicked, like this: - + #### Warning