Skip to content

Commit 3a62ac0

Browse files
authored
Merge pull request #113 from ryanoneill/fix/undo-feature-gate
Feature-gate undo module behind input-components
2 parents 6a5a2a8 + 8f3fb78 commit 3a62ac0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ pub mod layout;
108108
pub mod overlay;
109109
pub mod style;
110110
pub mod theme;
111+
#[cfg(feature = "input-components")]
111112
pub(crate) mod undo;
112113

113114
// Re-export commonly used types

0 commit comments

Comments
 (0)