Skip to content

Commit

Permalink
Don't close gis editor modal when clicking outside
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Krög <[email protected]>
  • Loading branch information
MoonE committed Aug 11, 2024
1 parent 5ea9fcb commit 41a293c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/templates/modals/gis_editor.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="modal fade" id="gisEditorModal" tabindex="-1" aria-labelledby="gisEditorModalLabel" aria-hidden="true">
<div class="modal fade" id="gisEditorModal" data-bs-backdrop="static" tabindex="-1" aria-labelledby="gisEditorModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable modal-xl">
<div class="modal-content">
<div class="modal-header">
Expand Down

0 comments on commit 41a293c

Please sign in to comment.