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

Drag-moving text unlinks citations #40

Open
adomasven opened this issue Apr 10, 2020 · 1 comment
Open

Drag-moving text unlinks citations #40

adomasven opened this issue Apr 10, 2020 · 1 comment

Comments

@adomasven
Copy link
Member

Might be able to inject into the drop event handler and do the same as we do for cuts

@adomasven
Copy link
Member Author

The GDocs editor implements custom text drag handlers when dragging within document. I tried hooking into the custom event doctext-drag-drop which I managed to track down being used in the minified code, but it doesn't seem to be fired on the DOM. The gdocs editor code is minified beyond further investigability(?), so I don't think we can actually address this. Better notifications for unlinked citations is all we have in this regard.

Keeping the issue open in case things appear to change on gdocs side and it becomes worthy of reinvestigation.

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

No branches or pull requests

1 participant