File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " mind-elixir" ,
3- "version" : " 3.1.0 " ,
3+ "version" : " 3.1.1 " ,
44 "type" : " module" ,
55 "description" : " Mind elixir is a free open source mind map core." ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ MindElixir.DARK_THEME = DARK_THEME
130130 * @memberof MindElixir
131131 * @static
132132 */
133- MindElixir . version = '3.1.0 '
133+ MindElixir . version = '3.1.1 '
134134/**
135135 * @function
136136 * @memberof MindElixir
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ function collectData(instance: MindElixirInstance) {
1414 return {
1515 nodeData : instance . isFocusMode ? instance . nodeDataBackup : instance . nodeData ,
1616 linkData : instance . linkData ,
17+ summaries : instance . summaries ,
1718 direction : instance . direction ,
1819 theme : instance . theme ,
1920 }
You can’t perform that action at this time.
0 commit comments