Remove the Frame tool

This commit is contained in:
Keavon Chambers
2023-11-04 03:04:26 -07:00
parent e0ac073805
commit e54a2e2fc6
10 changed files with 2 additions and 208 deletions
+1
View File
@@ -590,6 +590,7 @@ impl Document {
Some(responses)
}
// TODO: Remove
Operation::AddFrame {
path,
insert_index,
+1
View File
@@ -14,6 +14,7 @@ use std::hash::{Hash, Hasher};
// TODO: Rename all instances of `path` to `layer_path`
/// Operations that can be performed to mutate the document.
pub enum Operation {
// TODO: Remove
AddFrame {
path: Vec<LayerId>,
insert_index: isize,