Skip to content

Commit

Permalink
interrupt when disabled by default on all Nodes, phetsims/scenery#1112
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 6, 2020
1 parent 2ec5707 commit ae69f20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/SunConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const SunConstants = {
}, options );

return enabled => {
!enabled && node.interruptSubtreeInput();
node.pickable = enabled;
node.opacity = enabled ? 1.0 : options.disabledOpacity;
};
Expand Down

0 comments on commit ae69f20

Please sign in to comment.