mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Fix keyboard focus lock-out with HTML5 canvas in iframe
(cherry picked from commit 9080e96bc8)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
10c12b37ec
commit
868c44b239
2
misc/dist/html/default.html
vendored
2
misc/dist/html/default.html
vendored
@@ -195,7 +195,7 @@ $GODOT_HEAD_INCLUDE
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<canvas id="canvas" oncontextmenu="event.preventDefault();" width="640" height="480">
|
||||
<canvas id="canvas" width="640" height="480">
|
||||
HTML5 canvas appears to be unsupported in the current browser.<br />
|
||||
Please try updating or use a different browser.
|
||||
</canvas>
|
||||
|
||||
Reference in New Issue
Block a user