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

managed_field:add emitted before DOM has been appended #158

Open
revgum opened this issue Aug 6, 2018 · 0 comments
Open

managed_field:add emitted before DOM has been appended #158

revgum opened this issue Aug 6, 2018 · 0 comments
Milestone

Comments

@revgum
Copy link

revgum commented Aug 6, 2018

The callback for managed_field:add is triggered early, and seems like it should happen after the children elements have been appended.

Move: https://github.com/samvera/hydra-editor/blob/master/app/assets/javascripts/hydra-editor/field_manager.es6#L117

after the append:
https://github.com/samvera/hydra-editor/blob/master/app/assets/javascripts/hydra-editor/field_manager.es6#L99

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants