diff --git a/editor/src/tool/tool_options.rs b/editor/src/tool/tool_options.rs index ee83630f..7fbc5e76 100644 --- a/editor/src/tool/tool_options.rs +++ b/editor/src/tool/tool_options.rs @@ -1,6 +1,5 @@ use serde::{Deserialize, Serialize}; -// TODO: Rename this `ToolOption` to not be plural in a separate commit (together with `enum LayerDataTypes`) #[derive(Debug, Clone, Copy, Eq, PartialEq, Serialize, Deserialize, Hash)] pub enum ToolOptions { Select { append_mode: SelectAppendMode }, diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 496c96a8..73e492cd 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -212,9 +212,11 @@ img {