Skip to content

Commit

Permalink
fix: trigger deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Aug 12, 2024
1 parent 52da6c2 commit 726d191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/KSlideout/KSlideout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ onClickOutside(
)
const handleClose = (e: any, forceClose = false): void => {
// close on escape key
// close on escape key if the closeOnEscape prop is true
if ((props.visible && e.keyCode === 27 && props.closeOnEscape) || forceClose) {
emit('close')
}
Expand Down

0 comments on commit 726d191

Please sign in to comment.