mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Update Cargo.lock file (#157)
This commit is contained in:
parent
0565b6eb05
commit
7fdb5f98e3
5 changed files with 689 additions and 916 deletions
|
@ -226,10 +226,7 @@ pub enum IambAction {
|
|||
impl IambAction {
|
||||
/// Indicates whether this action will draw over the screen.
|
||||
pub fn scribbles(&self) -> bool {
|
||||
match self {
|
||||
IambAction::Send(SendAction::SubmitFromEditor) => true,
|
||||
_ => false,
|
||||
}
|
||||
matches!(self, IambAction::Send(SendAction::SubmitFromEditor))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue