From 62526889c921e66671c254f95df37990ae17aae8 Mon Sep 17 00:00:00 2001 From: Paul Kaplan Date: Fri, 27 Oct 2017 10:22:52 -0400 Subject: [PATCH] Remove wheel listeners from brush and eraser --- src/components/paint-editor/paint-editor.jsx | 4 ---- src/containers/brush-mode.jsx | 2 -- src/containers/eraser-mode.jsx | 2 -- src/containers/line-mode.jsx | 6 ++---- 4 files changed, 2 insertions(+), 12 deletions(-) diff --git a/src/components/paint-editor/paint-editor.jsx b/src/components/paint-editor/paint-editor.jsx index 7f439239..8c60c69d 100644 --- a/src/components/paint-editor/paint-editor.jsx +++ b/src/components/paint-editor/paint-editor.jsx @@ -225,20 +225,16 @@ class PaintEditorComponent extends React.Component { onUpdateSvg={this.props.onUpdateSvg} /> {/* Text mode will go here */}