diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-09 02:31:08 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-09 02:57:02 +0200 |
| commit | bbd4523e257d97da329f0c9c380d79bfa186f485 (patch) | |
| tree | 038242911911afbdcb14721b5bacb5f7c0d073ec /src/client/view/graph_view.js | |
| parent | d34e320a4eb3bda06a2dbdb9101df9af407cb53e (diff) | |
graph_view: partial fix to prevent filter menu close on list item click
Diffstat (limited to 'src/client/view/graph_view.js')
| -rw-r--r-- | src/client/view/graph_view.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js index 2682006a..4755077c 100644 --- a/src/client/view/graph_view.js +++ b/src/client/view/graph_view.js @@ -122,6 +122,7 @@ function GraphView(spec) { { $(function () { var checkboxes = $('#menu__type-filter li').on('click', function (e) { + e.stopPropagation(); read_checkboxes(); console.log(filter_states); update_view(true); |
