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

Recorder does not properly record inserting text with drag & drop #5

Open
LeaVerou opened this issue Jan 18, 2022 · 1 comment
Open
Labels
bug Something isn't working

Comments

@LeaVerou
Copy link
Owner

It does add a {"type":"insertFromDrop"} action, but no text.

Pretty low priority, since who inserts text from drop?

@LeaVerou LeaVerou added the bug Something isn't working label Jan 18, 2022
@Ontopic
Copy link

Ontopic commented Aug 26, 2022

For my use-case adding this would be helpful. Also a distinction between "keyboard input" insertText and copy-paste insertText, which are as mentioned in the docs now grouped together.

I could try to create a PR for both (distinguish copy/paste, dropped in text). Would there be a preferred way to implement? I was considering adding a property to the insertText event for this, that lists the "inputType". If you can let me know what you had in mind for this, I can try to implement it.

Thank you for a refreshing library!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants