mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-02-22 18:02:47 +01:00
add <afx-slider>
This commit is contained in:
parent
93622ec98a
commit
519209af0c
@ -74,6 +74,12 @@
|
|||||||
if(self.dragable)
|
if(self.dragable)
|
||||||
{
|
{
|
||||||
$(self.refs.point).css("position", "absolute")
|
$(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()
|
enable_dragging()
|
||||||
}
|
}
|
||||||
self.root.observable.on("calibrate",function(){
|
self.root.observable.on("calibrate",function(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user