diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-06 11:54:00 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-06 11:54:00 +0300 |
| commit | 332f5e5c88d4aec9e5c3a1703ec78af625962b8e (patch) | |
| tree | 4af74ed66036ecace9a72b46071a04946a3df4cc /src/client/view | |
| parent | 7f2d0bfb9df8bdd3e9cee30e139368d944cfdc61 (diff) | |
client: item_info: commit on hide
Diffstat (limited to 'src/client/view')
| -rw-r--r-- | src/client/view/item_info.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/view/item_info.js b/src/client/view/item_info.js index 8c2b4284..80f3119c 100644 --- a/src/client/view/item_info.js +++ b/src/client/view/item_info.js @@ -271,6 +271,8 @@ function show(_graph, new_item, visible_attributes) } function hide() { + commit(); + diffBusUnsubscribe(); item = null; info_container.hide(); } |
