fix event name

This commit is contained in:
Anton Lavrenov 2018-02-10 09:28:06 +07:00
parent 7aca4ef58f
commit 9ba6ce5061
3 changed files with 3 additions and 3 deletions

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -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);