delete EditTextOnly state
reason: just use Edit state with user warning that you will accept only text
This commit is contained in:
parent
8326e819c7
commit
e1eb94a030
@ -71,10 +71,6 @@ pub enum State {
|
|||||||
lang: String,
|
lang: String,
|
||||||
is_caption_set: bool,
|
is_caption_set: bool,
|
||||||
},
|
},
|
||||||
EditTextOnly {
|
|
||||||
literal: String,
|
|
||||||
lang: String,
|
|
||||||
},
|
|
||||||
EditButton,
|
EditButton,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user