mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
merge module ui
This commit is contained in:
parent
8875f5d10a
commit
112e78f40a
14 changed files with 579 additions and 717 deletions
|
|
@ -10,8 +10,6 @@ function editMarker(markerI) {
|
|||
|
||||
if (document.getElementById("notesEditor").offsetParent) editNotes(element.id, element.id);
|
||||
|
||||
elSelected = d3.select(element).raise().call(d3.drag().on("start", dragMarker)).classed("draggable", true);
|
||||
|
||||
// dom elements
|
||||
const markerType = document.getElementById("markerType");
|
||||
const markerIcon = document.getElementById("markerIcon");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue