mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
fix event name
This commit is contained in:
parent
7aca4ef58f
commit
9ba6ce5061
2
konva.js
2
konva.js
@ -18419,7 +18419,7 @@
|
||||
});
|
||||
|
||||
// add hover styling
|
||||
anchor.on('mousenter', function() {
|
||||
anchor.on('mouseenter', function() {
|
||||
var layer = this.getLayer();
|
||||
anchor.getStage().getContainer().style.cursor = 'pointer';
|
||||
this.strokeWidth(this.strokeWidth() * 4);
|
||||
|
2
konva.min.js
vendored
2
konva.min.js
vendored
File diff suppressed because one or more lines are too long
@ -145,7 +145,7 @@
|
||||
});
|
||||
|
||||
// add hover styling
|
||||
anchor.on('mousenter', function() {
|
||||
anchor.on('mouseenter', function() {
|
||||
var layer = this.getLayer();
|
||||
anchor.getStage().getContainer().style.cursor = 'pointer';
|
||||
this.strokeWidth(this.strokeWidth() * 4);
|
||||
|
Loading…
Reference in New Issue
Block a user