Skip to content

Issue/10382#3063

Open
kimorkim wants to merge 16 commits intodevelopfrom
issue/10382
Open

Issue/10382#3063
kimorkim wants to merge 16 commits intodevelopfrom
issue/10382

Conversation

@kimorkim
Copy link
Copy Markdown
Collaborator

@kimorkim kimorkim commented Apr 6, 2026

No description provided.

Tnks2U and others added 16 commits June 24, 2025 14:14
fix: operator 처리 로직 수정
Update package dependencies and remove console log in block_brush.js
Refactor scope assignment in block_func.js to use optional chaining a…
- 특정 날짜의 날씨 데이터가 없을 경우 기본 데이터를 반환하도록 오류 처리 강화.
- 날씨 데이터를 타입과 날짜 기반으로 조회하는 키 할당 로직을 리팩터링해
  명확성과 안정성 향상.
  - FieldTextInput.applyValue에서 block 타입이 function_field_label일 경우
    %N 패턴의 % 기호를 제거하여 플레이스홀더로 오인식되는 문제 수정
  - destroyOption 시에도 동일한 정제 로직 적용
  - block_view.js 코드 스타일 소폭 정리 (function 공백, 들여쓰기)
@github-actions github-actions bot added the issue 내부 이슈 처리를 위한 PR label Apr 6, 2026
@kimorkim kimorkim requested review from Tnks2U, chanlee and prisml April 6, 2026 11:47

this.isInBlockMenu = this.getBoard() instanceof Entry.BlockMenu;
this.mouseHandler = function (e) {
this.mouseHandler = function(e) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Insert ·

Suggested change
this.mouseHandler = function(e) {
this.mouseHandler = function (e) {

const diff = Math.sqrt(
Math.pow(mouseEvent.pageX - mouseDownCoordinate.x, 2) +
Math.pow(mouseEvent.pageY - mouseDownCoordinate.y, 2)
Math.pow(mouseEvent.pageY - mouseDownCoordinate.y, 2)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Insert ····

Suggested change
Math.pow(mouseEvent.pageY - mouseDownCoordinate.y, 2)
Math.pow(mouseEvent.pageY - mouseDownCoordinate.y, 2)

transform = `translate(${pos.scaleX + magnet.x - nextX},${
pos.scaleY + magnet.y - dragHeight
})`;
transform = `translate(${pos.scaleX + magnet.x - nextX},${pos.scaleY + magnet.y - dragHeight
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <max-len> reported by reviewdog 🐶
This line has a length of 108. Maximum allowed is 100.

transform = `translate(${pos.scaleX + magnet.x - nextX},${
pos.scaleY + magnet.y - dragHeight
})`;
transform = `translate(${pos.scaleX + magnet.x - nextX},${pos.scaleY + magnet.y - dragHeight
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Insert ⏎····················

Suggested change
transform = `translate(${pos.scaleX + magnet.x - nextX},${pos.scaleY + magnet.y - dragHeight
transform = `translate(${pos.scaleX + magnet.x - nextX},${
pos.scaleY + magnet.y - dragHeight

pos.scaleY + magnet.y - dragHeight
})`;
transform = `translate(${pos.scaleX + magnet.x - nextX},${pos.scaleY + magnet.y - dragHeight
})`;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Delete ····

Suggested change
})`;
})`;

}
return {
getBoundingClientRect: function () {
getBoundingClientRect: function() {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Insert ·

Suggested change
getBoundingClientRect: function() {
getBoundingClientRect: function () {

const ctx = canvas.getContext('2d');

img.onload = function () {
img.onload = function() {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Insert ·

Suggested change
img.onload = function() {
img.onload = function () {

};

img.onerror = function () {
img.onerror = function() {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Insert ·

Suggested change
img.onerror = function() {
img.onerror = function () {

@pkselpl2
Copy link
Copy Markdown

pkselpl2 commented Apr 7, 2026

#3067 봐주세요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

issue 내부 이슈 처리를 위한 PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants