-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: remove drop-down layer of editor #1545
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰 완료합니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰 완료합니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰 완료합니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰 완료합니다. 고생하셨어요!
@@ -17,14 +17,14 @@ import { includes, isNil, pixelToNumber } from '../helper/common'; | |||
export class SelectEditor implements CellEditor { | |||
public el: HTMLDivElement; | |||
|
|||
public isMounted = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
그리고 참고로 타입에 public
은 빼도 될 것 같습니다. 이전에는 무조건 다 public을 넣었는데 굳이 그럴 필요가 없어보여서요. 참고 부탁드려요!
Please check if the PR fulfills these requirements
fix #xxx[,#xxx]
, where "xxx" is the issue number)Description
As-is
To-Be
Thank you for your contribution to TOAST UI product. 🎉 😘 ✨