8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0680d48 commit fc74af1Copy full SHA for fc74af1
packages/coreui-vue/src/components/offcanvas/COffcanvas.ts
@@ -98,7 +98,6 @@ const COffcanvas = defineComponent({
98
}
99
const handleAfterEnter = () => {
100
window.addEventListener('mousedown', handleMouseDown)
101
- // window.addEventListener('click', handleClickOutside)
102
window.addEventListener('keyup', handleKeyUp)
103
104
const handleLeave = (el: RendererElement, done: () => void) => {
0 commit comments