You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.
I remember I've tried many things for the issue. In the end, I kind of indirectly made what I wanted.
.diagram_panel {
opacity:0;
}
and then changing 'opacity' value to 0 or 1 instead of controlling 'display' attribute.
In my case, main purpose of doing this was just to hide the division simply, so it was ok.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There seems to be an issue with this type of code :
When I do a
JUMLY.scan()
with this code, I obtain this result :It works well when the
diagram_panel
isdisplay: block;
, but this is not my intended behavior.The text was updated successfully, but these errors were encountered: