Fix cursor focus and selection in input box, add AWS env var warning box, and remove AWS Bedrock login banner
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
use std::borrow::Cow;
|
||||
|
||||
use galaxy_core::session_id::SessionId;
|
||||
use galaxyui::{AppContext, AssetProvider, SingletonEntity};
|
||||
use itertools::Itertools;
|
||||
use lazy_static::lazy_static;
|
||||
use memo_map::MemoMap;
|
||||
use rand::Rng;
|
||||
use galaxy_core::session_id::SessionId;
|
||||
|
||||
#[cfg(feature = "local_fs")]
|
||||
use super::{
|
||||
|
||||
Reference in New Issue
Block a user