mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Update button.js
This commit is contained in:
parent
6d5a75bcf7
commit
45643b94e3
@ -407,7 +407,7 @@ $.extend( $.Button.prototype, $.EventSource.prototype, /** @lends OpenSeadragon.
|
||||
*/
|
||||
enable: function(){
|
||||
this.element.disabled = false;
|
||||
this.element.setTracking(true);
|
||||
this.tracker.setTracking(true);
|
||||
$.setElementOpacity( this.element, 1.0, true );
|
||||
this.notifyGroupEnter();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user