We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2307a4f commit 5d75415Copy full SHA for 5d75415
src/LiveDevelopment/BrowserScripts/RemoteFunctions.js
@@ -3154,7 +3154,8 @@ function RemoteFunctions(config = {}) {
3154
event.stopImmediatePropagation();
3155
3156
_imageRibbonGallery = new ImageRibbonGallery(element);
3157
- return;
+ } else {
3158
+ dismissImageRibbonGallery();
3159
}
3160
3161
@@ -3250,6 +3251,7 @@ function RemoteFunctions(config = {}) {
3250
3251
// if no valid element present we dismiss the boxes
3252
if (!foundValidElement) {
3253
dismissUIAndCleanupState();
3254
3255
3256
3257
0 commit comments