From 9c5acf623397331009876f163d22ad3abe02687d Mon Sep 17 00:00:00 2001 From: Aleksei Kuzmin Date: Sat, 25 Nov 2017 13:29:14 +0100 Subject: [PATCH] Remove "async" flag from the `menu.popup()` options All menus have become async after the Chromium 61 upgrade. Fixes #11242. --- docs/api/menu.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/api/menu.md b/docs/api/menu.md index 3ccd118091a4..7f694d037892 100644 --- a/docs/api/menu.md +++ b/docs/api/menu.md @@ -67,9 +67,6 @@ The `menu` object has the following instance methods: Must be declared if `y` is declared. * `y` Number (optional) - Default is the current mouse cursor position. Must be declared if `x` is declared. - * `async` Boolean (optional) - Set to `true` to have this method return - immediately called, `false` to return after the menu has been selected - or closed. Defaults to `false`. * `positioningItem` Number (optional) _macOS_ - The index of the menu item to be positioned under the mouse cursor at the specified coordinates. Default is -1.