liquor-tree icon indicating copy to clipboard operation
liquor-tree copied to clipboard

Add node's event for indeterminate property change

Open become-iron opened this issue 4 years ago • 1 comments

When node's checked property changes, there node:checked event is being emitted. But it doesn't work for indeterminate property. My proposal is to add node:indeterminate event

become-iron avatar Nov 22 '19 15:11 become-iron

You can use node:checked event and check whether parent node checked

amsik avatar Dec 11 '19 16:12 amsik