mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
fix typo on TLSOptions.xml and library_godot_display.js
(cherry picked from commit b88b6b4f48)
This commit is contained in:
parent
361c0d53f3
commit
add7c218d1
2 changed files with 5 additions and 5 deletions
|
|
@ -536,7 +536,7 @@ const GodotDisplay = {
|
|||
}
|
||||
navigator.clipboard.writeText(text).catch(function (e) {
|
||||
// Setting OS clipboard is only possible from an input callback.
|
||||
GodotRuntime.error('Setting OS clipboard is only possible from an input callback for the Web plafrom. Exception:', e);
|
||||
GodotRuntime.error('Setting OS clipboard is only possible from an input callback for the Web platform. Exception:', e);
|
||||
});
|
||||
return 0;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue