@oncokb/oncotree
Advanced tools
Comparing version 0.8.5 to 0.8.6
@@ -1135,8 +1135,4 @@ import "./index.css"; | ||
); | ||
toggleItem.style.zIndex = `${Object.values(ToolbarAction).length + 1}`; | ||
const isActive = toggleIsActive(toggleItem); | ||
if (isActive) { | ||
toggleItem.style.zIndex = `${Object.values(ToolbarAction).length + 1}`; | ||
} else { | ||
toggleItem.style.zIndex = "unset"; | ||
} | ||
const { top, left, height } = toggleItem.getBoundingClientRect(); | ||
@@ -1143,0 +1139,0 @@ if (isActive) { |
{ | ||
"name": "@oncokb/oncotree", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/oncotree.js", |
Sorry, the diff of this file is not supported yet
110137
2655