fix: [el-scrollbar] add missing off mouseup (#3143)

This commit is contained in:
kooriookami
2021-08-31 14:51:21 +08:00
committed by GitHub
parent 5f847e3590
commit e7f18fbb4f

View File

@@ -96,6 +96,7 @@ export default defineComponent({
cursorDown.value = false
barStore.value[bar.value.axis] = 0
off(document, 'mousemove', mouseMoveDocumentHandler)
off(document, 'mouseup', mouseUpDocumentHandler)
document.onselectstart = onselectstartStore
if (cursorLeave.value) {
visible.value = false