From e4708bdb31a792918a4bc162aebbc296fce9ce85 Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 27 Feb 2025 15:24:44 +0100 Subject: feat: update `iced_core` --- README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d09cfcc..7959be2 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ Column::new() .push( text_editor(&state.content) .placeholder("Type something here...") - .rehighlight_on_redraw(true) .highlight_with::( Settings::new(vec![], Highlight::default_style, "rs"), Highlight::to_format, -- cgit v1.2.3