Skip to content

Commit

Permalink
remove pointer area dilation options that match defaults, phetsims/nu…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Apr 12, 2023
1 parent d9ad212 commit 2bc8047
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/common/view/SceneNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ import SeeInsideLayer from './SeeInsideLayer.js';
// constants
const PAGE_CONTROL_SPACING = 8; // space between page controls and their associated carousels
const PAGE_CONTROL_OPTIONS = {
interactive: true,
dotTouchAreaDilation: 4,
dotMouseAreaDilation: 4
interactive: true
};

export default class SceneNode extends Node {
Expand Down

0 comments on commit 2bc8047

Please sign in to comment.