Skip to content

Commit 276d301

Browse files
committed
MODIFY: update bind event
1 parent e328b61 commit 276d301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notification(over)/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
handleAlertTypeColorChoose(Item)(options.type)(options.colorMaps);
259259
Container.appendChild(Item);
260260
Item.addEventListener(
261-
'mouseover',
261+
'mouseenter',
262262
function(e) {
263263
const target = e.target;
264264
const instanceid = target.getAttribute('instanceid');

0 commit comments

Comments
 (0)