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 dom ready issue #5

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

Fix dom ready issue #5

wants to merge 1 commit into from

Conversation

sc0ttj
Copy link
Owner

@sc0ttj sc0ttj commented Mar 4, 2021

Fix soulwire#50, by not using doc.body until Sketch.create() is called.

Note that you still need the DOM ready for Sketch.create() to work

from soulwire#67

Fix soulwire#50, by not using doc.body until Sketch.create() is called.

Note that you still need the DOM ready for Sketch.create() to work

from soulwire#67
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.

doc is null if script is included in the head
1 participant