fix: charts dialog to be stable

This commit is contained in:
Azgaar 2022-06-24 17:47:35 +03:00
parent db519c40c8
commit 1ad0b9dd51
4 changed files with 4 additions and 4 deletions

View file

@ -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>