Skip to content

Commit

Permalink
πŸ› fix: aνƒœκ·Έ μ…€ν”„ 속성 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Honghyeonji committed Dec 4, 2024
1 parent bd303c8 commit 6649a86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/client/src/shared/blockly/defineBlocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ export const defineBlocks = (blockContents: TBlockContents) => {
.appendField(
new Blockly.FieldDropdown([
['_blank', '_blank'],
['_self', '_self'],
['_parent', '_parent'],
['_top', '_top'],
]),
Expand Down
2 changes: 1 addition & 1 deletion apps/client/src/shared/blockly/htmlBlockContents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const linkBlockContents: TBlockInfo[] = [
kind: 'block',
type: addPreviousTypeName('a'),
description:
'λ‹€λ₯Έ νŽ˜μ΄μ§€λ‚˜ μ›Ήμ‚¬μ΄νŠΈλ‘œ μ΄λ™ν•˜λŠ” λ²„νŠΌμ΄μ—μš”.\nλˆ„λ₯΄λ©΄ μƒˆλ‘œμš΄ 곳으둜 κ°€μš”.\ntarget의 속성은 μ•„λž˜μ™€ κ°™μŠ΅λ‹ˆλ‹€.\nself - λ―Έλ¦¬λ³΄κΈ°μ°½μ—μ„œ μ—΄μ–΄μš”.\nblank - μƒˆλ‘œμš΄ νƒ­μ—μ„œ μ—΄μ–΄μš”\nparent - ν˜„μž¬ νƒ­μ—μ„œ μ—΄μ–΄μš”\ntop - ν˜„μž¬ νƒ­μ—μ„œ μ—΄μ–΄μš”',
'λ‹€λ₯Έ νŽ˜μ΄μ§€λ‚˜ μ›Ήμ‚¬μ΄νŠΈλ‘œ μ΄λ™ν•˜λŠ” λ²„νŠΌμ΄μ—μš”.\nλˆ„λ₯΄λ©΄ μƒˆλ‘œμš΄ 곳으둜 κ°€μš”.\ntarget의 속성은 μ•„λž˜μ™€ κ°™μŠ΅λ‹ˆλ‹€.\nblank - μƒˆλ‘œμš΄ νƒ­μ—μ„œ μ—΄μ–΄μš”\nparent - ν˜„μž¬ νƒ­μ—μ„œ μ—΄μ–΄μš”\ntop - ν˜„μž¬ νƒ­μ—μ„œ μ—΄μ–΄μš”',
},
];

Expand Down

0 comments on commit 6649a86

Please sign in to comment.