Skip to content

Commit

Permalink
fix: Hide settings pop-up when exiting overlay editing
Browse files Browse the repository at this point in the history
  • Loading branch information
cyperdark committed Nov 14, 2024
1 parent a081abd commit c19d1fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/server/assets/ingame.js
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,9 @@ const app = createApp({
}
else if (data.data == 'editingEnded') {
is_edit.value = false;

context_empty.value._ = false;
context_overlay.value._ = false;
};
});

Expand Down

0 comments on commit c19d1fc

Please sign in to comment.