diff options
| author | Alon Levy <alon@pobox.com> | 2015-01-04 20:12:20 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-05 13:23:57 +0200 |
| commit | 6710fb182c7725b3df824dce1fd49139b09e70a5 (patch) | |
| tree | 217eb1b6105fda556724a344eb89f111de00307f /src/client/textanalysis.js | |
| parent | 2a2c6ddeb656e1af5382b05ca85f052576b805ec (diff) | |
animation for invisible bubble (will return the bubble later to edit graph)
Diffstat (limited to 'src/client/textanalysis.js')
| -rw-r--r-- | src/client/textanalysis.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/textanalysis.js b/src/client/textanalysis.js index 9729068d..56e0b602 100644 --- a/src/client/textanalysis.js +++ b/src/client/textanalysis.js @@ -443,8 +443,8 @@ var textAnalyser = function (newtext, finalize) { }); // REINITIALISE GRAPH (DUMB BUT IT WORKS) - edit_graph.clear(false - /* don't push diff, avoid bubble on main_graph going to zero */); + /* don't push diff, avoid bubble on main_graph going to zero */ + edit_graph.clear(finalize); if (!finalize) { main_graph.markRelated(token_set_new_node_names); |
