Don't stop propagation of contextmenus background click.

master
voussoir 2022-03-15 13:45:39 -07:00
parent 59eddb9d07
commit 52a90c6395
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 1 additions and 2 deletions

View File

@ -7,9 +7,8 @@ function background_click(event)
if (! contextmenu)
{
contextmenus.hide_open_menus();
return;
return true;
}
event.stopPropagation();
}
contextmenus.hide_open_menus =