diff --git a/src/components/paint-editor/paint-editor.css b/src/components/paint-editor/paint-editor.css index 079955dd..5208c871 100644 --- a/src/components/paint-editor/paint-editor.css +++ b/src/components/paint-editor/paint-editor.css @@ -90,10 +90,6 @@ $border-radius: 0.25rem; overflow: visible; } -.with-eye-dropper { - cursor: none; -} - .mode-selector { display: flex; margin-right: calc(2 * $grid-unit); diff --git a/src/components/paint-editor/paint-editor.jsx b/src/components/paint-editor/paint-editor.jsx index 3c58aedd..70489d8f 100644 --- a/src/components/paint-editor/paint-editor.jsx +++ b/src/components/paint-editor/paint-editor.jsx @@ -5,6 +5,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import PaperCanvas from '../../containers/paper-canvas.jsx'; +import ScrollableCanvas from '../../containers/scrollable-canvas.jsx'; import BitBrushMode from '../../containers/bit-brush-mode.jsx'; import BitLineMode from '../../containers/bit-line-mode.jsx'; @@ -200,11 +201,10 @@ const PaintEditorComponent = props => (
{/* Canvas */} -
( ) : null } -
+
{isVector(props.format) ?