Skip to content
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.

Commit

Permalink
Fix draggers hide/show
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikSerafin committed Sep 11, 2018
1 parent 436e296 commit f0c7a6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vuebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,9 @@
this.ins.draggerY.style.display = 'none';
this.ins.draggerX.style.display = 'none';
return;
} else {
this.ins.draggerY.style.display = '';
this.ins.draggerX.style.display = '';
}


Expand Down

0 comments on commit f0c7a6a

Please sign in to comment.