mirror of
https://github.com/qurator-spk/neat.git
synced 2025-06-11 20:59:54 +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(
|
||||
function(evt) {
|
||||
|
||||
if (editingTd != null) {
|
||||
editingTd.finish(true);
|
||||
}
|
||||
|
||||
if (startIndex == data.data.length - this.value) return;
|
||||
|
||||
startIndex = data.data.length - this.value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue