Merge branch 'hotfix'
This commit is contained in:
@@ -228,6 +228,9 @@ export default function cytoscapeMap(mapData, dataLayerType, dataLayerOption, cu
|
||||
|
||||
const cytoscapeStore = CytoscapeStore();
|
||||
cy.ready(() => {
|
||||
if (rank === 'TB') {
|
||||
return; // early return; only handle 'LR' (horizontal) case
|
||||
}
|
||||
cytoscapeStore.loadPositionsFromStorage();
|
||||
localStorage.getItem(SAVE_KEY_NAME) && console.log(JSON.parse(localStorage.getItem(SAVE_KEY_NAME)));
|
||||
// 判斷localStorage是否儲存過拜訪資訊
|
||||
|
||||
Reference in New Issue
Block a user