diff options
| author | Alon Levy <alon@pobox.com> | 2015-07-28 10:29:33 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-07-28 10:29:33 +0300 |
| commit | 3e61bb0bf1bd77f2f77111e4f2a0943c24ed33f5 (patch) | |
| tree | ad43ae5dc9b4588259019f236f094a659052ef93 /src/client/view/graph_view.js | |
| parent | ddeb4f73338eb14bb8ca21596fe472b529344b0d (diff) | |
client/graph_view: #593: don't relayout after loading positions from db
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 d69c7440..da0a3435 100644 --- a/src/client/view/graph_view.js +++ b/src/client/view/graph_view.js @@ -221,6 +221,7 @@ function GraphView(spec) { if (have_position > 0) { console.log('loading layout last position from database for layout ' + layout.name); layout__load_graph(); + relayout = false; } } update_view(relayout); |
