Files
vexplor/frontend/components
kjs 0e95f8ed66 fix: RealtimePreviewDynamic에서 component.style의 width/height가 size를 덮어쓰는 문제 수정
- 문제: 속성 패널에서 너비 입력 시 size.width는 변경되지만 화면에 반영되지 않음
- 원인: RealtimePreviewDynamic의 baseStyle에서 componentStyle을 getWidth() 이후에 스프레드하여 size.width를 덮어씀
- 해결:
  1. componentStyle에서 width, height 제거
  2. 나머지 스타일만 먼저 적용
  3. getWidth(), getHeight()로 size 기반 크기를 마지막에 설정
- 영향:
  - 속성 패널에서 입력한 너비/높이가 화면에 즉시 반영됨
  - component.style의 width/height는 무시되고 size.width/height만 사용됨
- 디버깅 로그 제거
2025-11-10 16:09:38 +09:00
..
2025-11-07 10:32:30 +09:00
2025-11-10 09:33:29 +09:00
2025-11-03 11:55:40 +09:00
2025-11-07 11:05:19 +09:00
2025-10-30 12:03:50 +09:00
2025-11-07 11:05:19 +09:00
2025-11-06 14:46:15 +09:00
2025-11-10 09:33:29 +09:00
2025-10-30 18:31:08 +09:00