You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
fix typo on TLSOptions.xml and library_godot_display.js
(cherry picked from commit b88b6b4f48)
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user