Skip to content

Commit 50703c9

Browse files
authored
fix click handling for child nodes (#36)
1 parent b92ec95 commit 50703c9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-json-treeview",
3-
"version": "20.1.0",
3+
"version": "20.1.1",
44
"license": "Apache-2.0",
55
"author": {
66
"name": "Michael J Doyle",

projects/ngx-json-treeview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-json-treeview",
3-
"version": "20.1.0",
3+
"version": "20.1.1",
44
"license": "Apache-2.0",
55
"author": {
66
"name": "Michael J Doyle",

projects/ngx-json-treeview/src/lib/ngx-json-treeview/ngx-json-treeview.component.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@
8989
[expanded]="expanded()"
9090
[depth]="depth()"
9191
[enableClickableValues]="enableClickableValues()"
92+
[valueClickHandlers]="valueClickHandlers()"
93+
[isClickableValue]="isClickableValue()"
94+
(onValueClick)="onValueClickHandler($event)"
9295
[_parent]="segment"
9396
[_currentDepth]="_currentDepth() + 1" />
9497
<span class="punctuation">

0 commit comments

Comments
 (0)