8f8ecdb983
Noticed while working on customizable folders. Calling GrabHelper.ungrab() ends up calling FolderDialog.popdown(), but at this point the '_isOpen' field isn't updated yet, so we end up calling popdown() twice. Update the '_isOpen' field before ungrabbing. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1332