task 258: 누름틀 양식 모드와 경계 편집 구현#1419
Merged
Merged
Conversation
ClickHere field info에 editableInForm을 노출하고 rhwp-studio 양식 모드에서 editable 누름틀 내부 텍스트 입력/삭제만 허용하도록 입력/명령 가드를 추가한다. 검증: cargo fmt --check; cargo test --test issue_258_clickhere_form_mode; cargo test --test issue_838_field_set_value; cargo test --lib test_task231_get_click_here_props -- --nocapture; npm run build; git diff --check
getFieldList에 field range와 editableInForm을 노출하고 양식 모드 Tab/Shift+Tab으로 편집 가능한 ClickHere 사이를 이동하도록 한다. 검증: cargo fmt --check; cargo test --test issue_258_clickhere_form_mode; npm run build; git diff --check
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요약
검증
cargo build --releasecargo test --release --libcargo test --profile release-test --testscargo fmt --checkwasm-pack build --target web --out-dir pkgcd rhwp-studio && npm run buildCloses #258