canvas now working properly well
This commit is contained in:
@@ -27,7 +27,7 @@ impl ModeManager {
|
||||
return AppMode::Highlight;
|
||||
}
|
||||
|
||||
if app_state.ui.focus_outside_canvas || app_state.ui.show_add_table{
|
||||
if app_state.ui.focus_outside_canvas {
|
||||
return AppMode::General;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user