修复
This commit is contained in:
@@ -1677,7 +1677,7 @@ export const LabelDesigner: React.FC<LabelDesignerProps> = ({
|
||||
<div
|
||||
ref={canvasAreaRef}
|
||||
className={`flex-1 ps-workspace-bg ps-design-canvas-touch flex items-center justify-center min-h-0 min-w-0 p-4 ${
|
||||
allowInteractionOverflow ? 'overflow-visible' : 'overflow-auto'
|
||||
allowInteractionOverflow ? 'overflow-visible' : 'overflow-auto scrollbar-hide overscroll-contain'
|
||||
}`}
|
||||
onPointerDown={handleWorkspacePointerDown}
|
||||
onClick={(e) => {
|
||||
|
||||
Reference in New Issue
Block a user