From e3fc7f94d3428c776a25374eed2b87a5cbdd6152 Mon Sep 17 00:00:00 2001 From: ivanPozdnyakov Date: Mon, 1 Feb 2016 18:17:04 -0500 Subject: [PATCH] fixed spraying not being saved --- VQI_PathwayEditorGUI.js | 1 + 1 file changed, 1 insertion(+) diff --git a/VQI_PathwayEditorGUI.js b/VQI_PathwayEditorGUI.js index db03b2d..33deb59 100644 --- a/VQI_PathwayEditorGUI.js +++ b/VQI_PathwayEditorGUI.js @@ -703,6 +703,7 @@ var VQI_PathwayEditorGUI = function (parent) { target.data('Rna', '0'); } } + saveState(); } function removeElements(event) {