e2e 오류 수정
This commit is contained in:
@@ -268,6 +268,7 @@ export function FormInputPropertiesPanel({ block, selectedBlockId, updateBlock }
|
||||
<span>너비</span>
|
||||
<select
|
||||
className="w-full rounded border border-slate-700 bg-slate-950 px-2 py-1 text-[11px] outline-none focus:border-sky-500"
|
||||
aria-label="너비"
|
||||
value={inputProps.widthMode ?? "full"}
|
||||
onChange={(e) =>
|
||||
updateBlock(selectedBlockId, {
|
||||
|
||||
Reference in New Issue
Block a user