forked from StudioInfinity/dyna3
chore: wrap all code at 80 characters
This commit is contained in:
parent
b89fa02f52
commit
fae94486d6
7 changed files with 311 additions and 150 deletions
|
@ -39,7 +39,9 @@ pub fn AddRemove() -> View {
|
|||
}
|
||||
) { "Add point" }
|
||||
button(
|
||||
class = "emoji", /* KLUDGE */ // for convenience, we're using an emoji as a temporary icon for this button
|
||||
/* KLUDGE */ // for convenience, we're using an emoji as an
|
||||
// icon for this button
|
||||
class = "emoji",
|
||||
disabled = {
|
||||
let state = use_context::<AppState>();
|
||||
state.selection.with(|sel| sel.len() != 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue