Skip to content

Commit

Permalink
feat: add new 'edgeLimit' option
Browse files Browse the repository at this point in the history
  • Loading branch information
kangw3n committed Dec 1, 2020
1 parent 0cecec2 commit 341a3ad
Show file tree
Hide file tree
Showing 9 changed files with 318 additions and 30 deletions.
70 changes: 64 additions & 6 deletions dist/viewer.common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 64 additions & 6 deletions dist/viewer.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 64 additions & 6 deletions dist/viewer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/css/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2020-11-08T05:28:32.068Z
* Date: 2020-12-01T01:27:02.712Z
*/

.viewer-zoom-in::before,
Expand Down
6 changes: 6 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,12 @@ <h3>Options</h3>
<label for="zoomOnTouch" class="form-check-label">zoomOnTouch</label>
</div>
</li>
<li class="list-group-item">
<div class="form-check">
<input class="form-check-input" id="edgeLimit" type="checkbox" name="edgeLimit">
<label for="edgeLimit" class="form-check-label">edgeLimit</label>
</div>
</li>
<li class="list-group-item">
<div class="form-check">
<input class="form-check-input" id="zoomOnWheel" type="checkbox" name="zoomOnWheel" checked>
Expand Down
Loading

0 comments on commit 341a3ad

Please sign in to comment.