fix: adjust zindex

This commit is contained in:
Peng Xiao
2022-11-20 12:07:06 +08:00
parent 623893bf9c
commit c426c21004
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ export const ContextBarContainer = observer(function ContextBarContainer<S exten
const rotatedBounds = BoundsUtils.getRotatedBounds(bounds, rotation)
const scaledBounds = BoundsUtils.multiplyBounds(rotatedBounds, zoom)
useCounterScaledPosition(rBounds, bounds, rotation, 10003)
useCounterScaledPosition(rBounds, bounds, rotation, 10005)
if (!ContextBar) throw Error('Expected a ContextBar component.')