Commit 95f0f5e
J Logan
Fixes #385 - filter input causes a toolbar view change.
- Entering a value into the pf-toolbar filter input
box causes the toolbar viewConfig.viewSelected()
handler to be invoked. This causes the view to
change if a filter is keyed in while in any
other view. This appears to happen because
the return keypress is also interpreted as a
click event, which triggers the ng-click handler
for the view selection button.1 parent 17a91f0 commit 95f0f5e
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments