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

Contact me inside collapsible node not working #152

Open
Method-Development opened this issue Aug 14, 2019 · 1 comment
Open

Contact me inside collapsible node not working #152

Method-Development opened this issue Aug 14, 2019 · 1 comment

Comments

@Method-Development
Copy link

Method-Development commented Aug 14, 2019

Fiddle showing issue:
http://jsfiddle.net/mjg34s1h/

I have this node:

` dqLink = {
parent: complaintFiled,
text:{
title: "MTD",
contact: {
val: "contact me",
href: "http://twitter.com/",
target: "_blank"
}
},

	collapsable: true,
	collapsed: true
	
}`

and when I click on the node it expands the child nodes associated with it but if I click on the "contact me" it does not open the link in a new window. Any suggestions?

@mshd
Copy link

mshd commented Apr 7, 2020

Try to change the css attribute for collapse
.Treant .collapse-switch { width: 30%; height: 30%; border: none; }

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