mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
* WIP fix of folder crash / indent * Fixed most crashes * Known cases of crash / incorrect behavior resolved * Removed todo & readability tweak * Removed left over test * Resolved clippy issue resulting from merging master * Replace recursive tree traversal with prefix matching * Reverted changes for #453 and added undo functionality to Paste * Make uuid generator thread local for tests * Maintain layer order, test still failing 50% of the time * Reverting back to known working with the knowledge we can optimize later. This reverts commit1aaf5c0d7d. * Revert "Make uuid generator thread local for tests" This reverts commitd68e3b9c4e. * Revert "Reverted changes for #453 and added undo functionality to Paste" This reverts commitd66992ac94. * Revert "Replace recursive tree traversal with prefix matching" This reverts commit6bcbb9f82f. * Reverted to working state and added comment back to optimized commit hash * Re-removed the changes involving #453 Co-authored-by: Dennis <dennis@kobert.dev>