Skip to content

Commit 72c423f

Browse files
committed
fix: remove the popup after it is handled
1 parent 1cf48a2 commit 72c423f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ function RemoteFunctions(config) {
358358
event.preventDefault();
359359
const action = event.currentTarget.getAttribute('data-action');
360360
handleOptionClick(event, action, this.element);
361+
this.remove();
361362
});
362363
});
363364
},

0 commit comments

Comments
 (0)