Derive Copy for Theme
This commit is contained in:
parent
9966c6f883
commit
708be32e3d
3 changed files with 4 additions and 4 deletions
|
|
@ -159,6 +159,6 @@ impl Sandbox for Styling {
|
|||
}
|
||||
|
||||
fn theme(&self) -> Theme {
|
||||
self.theme.clone()
|
||||
self.theme
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue