mirror of
https://github.com/qurator-spk/neat.git
synced 2025-06-11 20:59: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() {
|
||||
|
||||
editingTd = null;
|
||||
|
||||
let editable_html =
|
||||
`
|
||||
<td class="editable">
|
||||
|
@ -235,8 +239,6 @@ function setupInterface(data, file) {
|
|||
|
||||
$('.saveButton').on('click', saveFile)
|
||||
|
||||
let editingTd;
|
||||
|
||||
function finishTdEdit(td, isOk) {
|
||||
|
||||
if (isOk) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue