diff options
author | 2024-07-18 22:55:40 +0200 | |
---|---|---|
committer | 2024-07-18 22:55:40 +0200 | |
commit | 1d1a5f1a28ba3002fcdd64e4cbfe1881d7ae37cb (patch) | |
tree | 05352caf0be22a571825b973f36aa31e0b29957f /examples/markdown | |
parent | 23ad15391c88f562c90f4344d3949f76b6f9caf9 (diff) | |
download | iced-1d1a5f1a28ba3002fcdd64e4cbfe1881d7ae37cb.tar.gz iced-1d1a5f1a28ba3002fcdd64e4cbfe1881d7ae37cb.tar.bz2 iced-1d1a5f1a28ba3002fcdd64e4cbfe1881d7ae37cb.zip |
Fix newlines in `highlighter` and `markdown` example
Diffstat (limited to 'examples/markdown')
-rw-r--r-- | examples/markdown/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/markdown/src/main.rs b/examples/markdown/src/main.rs index d902a4f7..6b7adc12 100644 --- a/examples/markdown/src/main.rs +++ b/examples/markdown/src/main.rs @@ -34,6 +34,7 @@ impl Markdown { widget::focus_next(), ) } + fn update(&mut self, message: Message) { match message { Message::Edit(action) => { |