mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
remove key from example
This commit is contained in:
parent
13125fef4e
commit
cbac6b5326
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ fn app(cx: Scope) -> Element {
|
|||
height: "50%",
|
||||
textarea {
|
||||
width: "90%",
|
||||
key: "1",
|
||||
value: {
|
||||
if rsx_code.get().is_none() {
|
||||
let rsx_text_index: RsxTextIndex = cx.consume_context().unwrap();
|
||||
|
|
Loading…
Reference in a new issue