we compiled multi canvas, needs so much work to do now
This commit is contained in:
@@ -9,7 +9,7 @@ use ratatui::{
|
||||
};
|
||||
use crate::config::colors::themes::Theme;
|
||||
// Import the new trait
|
||||
use crate::state::pages::multiline_editor_state::MultilineEditorState;
|
||||
use crate::state::pages::multi_canvas_state::MultilineEditorState;
|
||||
use crate::state::app::highlight::HighlightState; // Assuming this is your global highlight state
|
||||
use std::cmp::{min, max};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user