chrome: use actual columns noteaction executor

there is code duplication here and it is causing bugs
This commit is contained in:
William Casarin
2025-04-22 19:07:25 -07:00
parent e8a1233174
commit 3dccdf2bad
3 changed files with 36 additions and 55 deletions

View File

@@ -4,7 +4,7 @@ mod error;
//mod note;
//mod block;
pub mod accounts;
mod actionbar;
pub mod actionbar;
pub mod app_creation;
mod app_style;
mod args;