Skip to content

Commit

Permalink
merge pull request #129 from BHznJNs/master
Browse files Browse the repository at this point in the history
Disable the dragging operation for buttons in floating window
  • Loading branch information
RoderickQiu authored Jan 4, 2025
2 parents e9b626c + c22d1e3 commit 27b5bfa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions floating.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,28 @@
</div>
<div id="floating-hover" onmouseover="hover()" onmouseleave="unhover()" ontouchstart="semihover()">
<div class="small" id="floating-stopper">
<a id="stopper" href="javascript:stopper()" class="text-muted">
<a id="stopper" href="javascript:stopper()" class="text-muted" draggable="false">
<i class="iconfont icon-pause"></i>
</a>
<div id="stopper-spacing"><br /><br /></div>
</div>
<div class="extreme-small" id="floating-recover">
<a href="javascript:recover()" class="text-muted text-left">
<a href="javascript:recover()" class="text-muted text-left" draggable="false">
<i class="iconfont icon-expand-arrows-alt" id="recover"></i>
</a>
</div>
<div class="extreme-small" id="floating-close">
<a href="javascript:recover()" class="text-muted text-right">
<a href="javascript:recover()" class="text-muted text-right" draggable="false">
<i class="iconfont icon-close" id="exit"></i>
</a>
</div>
<div class="extreme-small" id="floating-back">
<a href="javascript:backer()" class="text-muted text-left">
<a href="javascript:backer()" class="text-muted text-left" draggable="false">
<i class="iconfont icon-previous" id="back-index"></i>
</a>
</div>
<div class="extreme-small" id="floating-skipper">
<a href="javascript:skipper()" class="text-muted text-right">
<a href="javascript:skipper()" class="text-muted text-right" draggable="false">
<i class="iconfont icon-fastforward" id="skipper"></i>
</a>
</div>
Expand Down

0 comments on commit 27b5bfa

Please sign in to comment.