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

how can I access a 'tool-box' ??? #56

Open
LucasHimelfarb opened this issue Feb 19, 2019 · 3 comments
Open

how can I access a 'tool-box' ??? #56

LucasHimelfarb opened this issue Feb 19, 2019 · 3 comments

Comments

@LucasHimelfarb
Copy link

iframe do not have ID

@LucasHimelfarb
Copy link
Author

window.frames[0].document.getElementById('tool-box').style.display="none";

is working

@muaz-khan
Copy link
Owner

Actually I'm planning to remove <iframe>. Code will be appended directly into current DOM/HTML.

In that case, you'll be able to access tool-box using document.querySelector('.cd-tool-box').

Actually it is required to fix touch/move issues on mobile devices.

@LucasHimelfarb
Copy link
Author

Thanks for answering, do you have any estimate of how much time it may take?

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

No branches or pull requests

2 participants