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:
@@ -584,10 +584,8 @@ impl CustomEndpointModal {
|
||||
EditorEvent::Escape => {
|
||||
self.cancel(ctx);
|
||||
}
|
||||
EditorEvent::Edited(_) => {
|
||||
if !self.validate_url_field(ctx) {
|
||||
ctx.notify();
|
||||
}
|
||||
EditorEvent::Edited(_) if !self.validate_url_field(ctx) => {
|
||||
ctx.notify();
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user