mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v. 0.59.15b
This commit is contained in:
parent
af6eeb9bad
commit
52527ce1ce
3 changed files with 6 additions and 6 deletions
|
|
@ -5686,7 +5686,7 @@ function fantasyMap() {
|
|||
});
|
||||
|
||||
// on any Editor input change
|
||||
$("#labelEditor .editTrigger").change(function() {
|
||||
$("#labelEditor .editTrigger").on("input", function() {
|
||||
if (!elSelected) return;
|
||||
// check if Group was changed
|
||||
var group = d3.select(elSelected.node().parentNode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue