Skip to content

Commit

Permalink
Fix Dot helper initial visibility state
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Mar 11, 2024
1 parent 617a0a0 commit 2931470
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/lib/html/Dot.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class Dot {
this._x = 0;
this._y = 0;

this._visible = true;
this._dot = document.createElement('div');
this._dot.className += this._dot.className ? ' viewer-ruler-dot' : 'viewer-ruler-dot';

Expand Down

0 comments on commit 2931470

Please sign in to comment.