Merge pull request #424 from fsih/fixUndo

Listen to undo state in fixedTools
This commit is contained in:
Paul Kaplan 2018-05-04 14:01:13 -04:00 committed by GitHub
commit dcae9a249f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -301,7 +301,8 @@ FixedToolsComponent.propTypes = {
const mapStateToProps = state => ({ const mapStateToProps = state => ({
format: state.scratchPaint.format, format: state.scratchPaint.format,
selectedItems: state.scratchPaint.selectedItems selectedItems: state.scratchPaint.selectedItems,
undoState: state.scratchPaint.undo
}); });
export default connect( export default connect(