-
Notifications
You must be signed in to change notification settings - Fork 20
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
[BUGFIX] - Fix for duplicate modal and offcanvas content 894 #896
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.
Changes look good. Left comment for some minor formatting issue.
projects/go-lib/src/lib/components/go-off-canvas/go-off-canvas.component.ts
Outdated
Show resolved
Hide resolved
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.
Changes looks good. 👍
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.
👍
c9ac9d2
8b7c8f1
to
c9ac9d2
Compare
@jaykravetz can you please confirm the reason for dismiss stale review? |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
go-modal and go-off-canvas keeps adding duplicates body contents when user hits enter key
To reproduce:
https://tangoe.design/ui-kit/off-canvas
https://tangoe.design/ui-kit/modal
Resolves 894
What is the new behavior?
Should not create duplicate contents
Does this PR introduce a breaking change?