mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 05:58:22 +01:00
add <afx-slider>
This commit is contained in:
parent
93622ec98a
commit
519209af0c
@ -74,6 +74,12 @@
|
||||
if(self.dragable)
|
||||
{
|
||||
$(self.refs.point).css("position", "absolute")
|
||||
$(self.refs.point).hide()
|
||||
$(self.root).mouseover(function(){
|
||||
$(self.refs.point).show()
|
||||
}).mouseout(function(){
|
||||
$(self.refs.point).hide()
|
||||
})
|
||||
enable_dragging()
|
||||
}
|
||||
self.root.observable.on("calibrate",function(){
|
||||
|
Loading…
Reference in New Issue
Block a user