mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
call display_callback after slider.setOnUpDelayed
This commit is contained in:
@@ -153,6 +153,8 @@ export var tools = new function() {
|
||||
execute_callback(value);
|
||||
}, delay);
|
||||
};
|
||||
|
||||
display_callback(self.slider.getValue(el));
|
||||
},
|
||||
"setParams": function(el, min, max, step, value) {
|
||||
el.min = min;
|
||||
|
||||
Reference in New Issue
Block a user