diff options
-rw-r--r-- | web/hitomezashi_web_shell.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/hitomezashi_web_shell.html b/web/hitomezashi_web_shell.html index 8e53afe..cd19547 100644 --- a/web/hitomezashi_web_shell.html +++ b/web/hitomezashi_web_shell.html @@ -59,7 +59,7 @@ <p><label>background colour: <input name="bg_colour" type="color"></label></p> </form> <br> - <canvas class="emscripten" id="canvas" oncontextmenu="event.preventDefault()" tabindex=-1></canvas> + <canvas class="emscripten" id="canvas" tabindex=-1></canvas> <br> <button id="downloadCanvas">download as image</button> <script type='text/javascript'> @@ -83,4 +83,4 @@ {{{ SCRIPT }}} </body> -</html>
\ No newline at end of file +</html> |