Skip to content

Commit

Permalink
Merge branch 'pr/1595' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Laské committed Apr 12, 2024
2 parents 97517a1 + a65e795 commit 2f47f19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Images go under each other while editing in Fototoon #1552

## [1.8.0] - 2024-04-10
### Added
- Chart Activity
Expand Down
2 changes: 2 additions & 0 deletions activities/Fototoon.activity/js/toon.js
Original file line number Diff line number Diff line change
Expand Up @@ -1691,6 +1691,8 @@ define(["easel","sugar-web/datastore","sugar-web/env","l10n","humane"], function
} else {
return 0;
};});
// Increase the z-index to bring the canvas to the top
event.target.parent.addChild(event.target);
};

new_x = event.stageX - that._deltaX;
Expand Down

0 comments on commit 2f47f19

Please sign in to comment.