Skip to content

Commit

Permalink
minor bug fixes, #1173
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 26, 2021
1 parent b10cdee commit b663164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/display/CanvasBlock.js
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ class CanvasBlock extends FittedBlock {
delete this.filterListenerCountMap[ node.id ];

node.clipAreaProperty.unlink( this.clipDirtyListener );
node.clipAreaProperty.removeListener( this.opacityDirtyListener );
node.filterChangeEmitter.removeListener( this.opacityDirtyListener );
}
}

Expand Down
2 changes: 1 addition & 1 deletion js/scenery.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ extend( scenery, {
[
'visible',
'opacity',
'effectiveOpacity',
'disabledOpacity',
'pickable',
'inputEnabled',
'cursor',
Expand Down

0 comments on commit b663164

Please sign in to comment.