Skip to content

Conversation

@WolfieWerewolf
Copy link
Collaborator

'''java
// Add canvas
HTMLDocument doc = HTMLDocument.current();
HTMLBodyElement body = doc.getBody();

if(doc.getElementsByTagName("canvas").getLength() > 1){
    body.removeChild(canvas);
}

'''
Without this the combo box fails to open on the second user click. I know this pull request includes the Maven stuff, I don't know how to selectively submit pulls.. but you may want to pull that as well I don't know. You could easily merge this change manually.

@reportmill
Copy link
Owner

reportmill commented Jul 14, 2017 via email

@WolfieWerewolf
Copy link
Collaborator Author

This is the latest as of yesterday when I forked it... Alexey is going to be so sad :-(

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.

2 participants