Fix: Corrected structural error in project-map Livewire component (multiple root elements). Moved closing </div> after @push('scripts') to ensure single root element.
This commit is contained in:
@@ -293,11 +293,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>@push('scripts')
|
@push('scripts')
|
||||||
<style>
|
<style>
|
||||||
.leaflet-container { z-index: 0 !important; }
|
.leaflet-container { z-index: 0 !important; }
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
|
</div>
|
||||||
let map;
|
let map;
|
||||||
const layers = {};
|
const layers = {};
|
||||||
let imageMarkersLayer = null;
|
let imageMarkersLayer = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user