You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
問題
テキストボックスに Ctrl+V で画像を貼り付けることができ、その結果、貼り付けた画像がはみ出た分だけ画面がずれるなどの問題が発生します。
解決策
テキスト入力のために使っている
<div>
のcontenteditable
属性をplaintext-only
にすることで、テキスト以外入力できないようにできます。OpenSiv3D/Siv3D/lib/Web/jslib/Siv3D.TextInput.js
Line 7 in 2373269
The text was updated successfully, but these errors were encountered: