mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix: [el-scrollbar] add missing off mouseup (#3143)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user