mirror of
https://github.com/qurator-spk/neat.git
synced 2025-07-27 19:09:55 +02:00
fix slider bug
This commit is contained in:
parent
b1181f0baf
commit
9858c9de18
1 changed files with 4 additions and 0 deletions
4
neat.js
4
neat.js
|
@ -970,6 +970,10 @@ function setupInterface(data, file, urls) {
|
||||||
$("#docpos").change(
|
$("#docpos").change(
|
||||||
function(evt) {
|
function(evt) {
|
||||||
|
|
||||||
|
if (editingTd != null) {
|
||||||
|
editingTd.finish(true);
|
||||||
|
}
|
||||||
|
|
||||||
if (startIndex == data.data.length - this.value) return;
|
if (startIndex == data.data.length - this.value) return;
|
||||||
|
|
||||||
startIndex = data.data.length - this.value;
|
startIndex = data.data.length - this.value;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue