Skip to content

Commit

Permalink
disable dragging of html canvas (only seems to be an issue on ie)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmaclarty committed Feb 20, 2020
1 parent 62eb034 commit 2fa404f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/player.html.1
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ html, body {
</div>
</div>
</div>
<canvas id="canvas" width="100" height="100"></canvas>
<canvas id="canvas" draggable="false" width="100" height="100"></canvas>
</div>
<div id="footer">Made with <a target="_blank" href="http://www.amulet.xyz">Amulet</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a id="hacklink" href="" target="_blank">Hack</a></div>
<script type="text/javascript">

0 comments on commit 2fa404f

Please sign in to comment.