up
This commit is contained in:
parent
4ae129054e
commit
ab9ab64bd5
476 changed files with 3370 additions and 532 deletions
|
@ -0,0 +1,4 @@
|
|||
The solution has two parts.
|
||||
|
||||
1. Wrap every tree node title into `<span>`. Then we can CSS-style them on `:hover` and handle clicks exactly on text, because `<span>` width is exactly the text width (unlike without it).
|
||||
2. Set a handler to the `tree` root node and handle clicks on that `<span>` titles.
|
Loading…
Add table
Add a link
Reference in a new issue