mirror of
https://github.com/qurator-spk/neat.git
synced 2025-06-12 21:29:54 +02:00
fix bug
This commit is contained in:
parent
70082224ae
commit
9441b5d74c
1 changed files with 4 additions and 2 deletions
|
@ -78,8 +78,12 @@ function setupInterface(data, file) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
let editingTd;
|
||||||
|
|
||||||
function updateTable() {
|
function updateTable() {
|
||||||
|
|
||||||
|
editingTd = null;
|
||||||
|
|
||||||
let editable_html =
|
let editable_html =
|
||||||
`
|
`
|
||||||
<td class="editable">
|
<td class="editable">
|
||||||
|
@ -235,8 +239,6 @@ function setupInterface(data, file) {
|
||||||
|
|
||||||
$('.saveButton').on('click', saveFile)
|
$('.saveButton').on('click', saveFile)
|
||||||
|
|
||||||
let editingTd;
|
|
||||||
|
|
||||||
function finishTdEdit(td, isOk) {
|
function finishTdEdit(td, isOk) {
|
||||||
|
|
||||||
if (isOk) {
|
if (isOk) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue