mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
fix: charts dialog to be stable
This commit is contained in:
parent
db519c40c8
commit
1ad0b9dd51
4 changed files with 4 additions and 4 deletions
|
|
@ -282,7 +282,7 @@ function insertHtml() {
|
|||
const createOption = ([value, label]) => `<option value="${value}">${label}</option>`;
|
||||
const createOptions = values => values.map(createOption).join("");
|
||||
|
||||
const html = /* html */ `<div id="chartsOverview" class="dialog">
|
||||
const html = /* html */ `<div id="chartsOverview" class="dialog stable">
|
||||
<form id="chartsOverview__form">
|
||||
<div>
|
||||
<button data-tip="Add a chart" type="submit">Plot</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue