mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 01:30:31 +08:00
call display_callback after slider.setOnUpDelayed
This commit is contained in:
parent
10d8514c6b
commit
0482fc2503
@ -153,6 +153,8 @@ export var tools = new function() {
|
|||||||
execute_callback(value);
|
execute_callback(value);
|
||||||
}, delay);
|
}, delay);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
display_callback(self.slider.getValue(el));
|
||||||
},
|
},
|
||||||
"setParams": function(el, min, max, step, value) {
|
"setParams": function(el, min, max, step, value) {
|
||||||
el.min = min;
|
el.min = min;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user