This commit is contained in:
iqudoo
2026-06-13 04:12:57 +08:00
parent 3b9724beb3
commit e579da5d6b
4 changed files with 325 additions and 81 deletions

View File

@@ -153,7 +153,7 @@ const PropTextarea: React.FC<PropTextareaProps> = ({ value, onCommit, ...props }
export type MobilePropModule = 'content' | 'properties' | 'layers' | 'nudge';
const MOBILE_NUDGE_STEP_MM = 0.5;
const MOBILE_NUDGE_STEP_MM = 0.1;
interface PropSidebarProps {
template: LabelTemplate;