dismiss modal immediately

master
Nicolò Balzarotti 2023-02-21 22:57:51 +01:00
parent ec53f98ded
commit 58d412d038
1 changed files with 2 additions and 0 deletions

2
dist/server.js vendored
View File

@ -195,6 +195,8 @@ function render_sidebar(data) {
function respond_manual(response) {
socket.emit('manual response', response);
// Hide the modal, it will appear again if needed
manual_modal({'dismissed': true});
}
function select_recipe(idx) {