Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix right-click paste bug (when likeApple mode) #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

icoxfog417
Copy link

likeApple:true の場合、プレースフォルダのテキストが表示されている状態で、右クリック→コピーを行うとプレースフォルダテキストにそのままテキストが連結されてしまうというバグがありました(IE/Chromeで確認)。

これを解消するため、pasteイベントでonFocusと同様の処理をバインドしました(contextMenuイベントでもよかったのですが、「入力するまで表示する」というのがこのモードだと思うので、実際に張り付けするイベントの方でバインドしました)。
よろしければ、修正をお願いいたします。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant