forked from StudioInfinity/dyna3
Explain emoji icon kludge
This commit is contained in:
parent
0c8022d78e
commit
2b083be998
2 changed files with 5 additions and 1 deletions
|
@ -173,7 +173,7 @@ pub fn AddRemove() -> View {
|
|||
}
|
||||
) { "+" }
|
||||
button(
|
||||
class="emoji", /* KLUDGE */
|
||||
class="emoji", /* KLUDGE */ // for convenience, we're using an emoji as a temporary icon for this button
|
||||
disabled={
|
||||
let state = use_context::<AppState>();
|
||||
state.selection.with(|sel| sel.len() != 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue