bugfix
This commit is contained in:
parent
68e8465489
commit
94d66390b3
@ -445,7 +445,7 @@ bricks.LlmIO = class extends bricks.VBox {
|
|||||||
this.show_added_model(llm);
|
this.show_added_model(llm);
|
||||||
}
|
}
|
||||||
async setup_kdb(event){
|
async setup_kdb(event){
|
||||||
data = this.kdb_setting
|
var data = this.kdb_setting
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
var rect = this.showRectage();
|
var rect = this.showRectage();
|
||||||
@ -500,6 +500,7 @@ bricks.LlmIO = class extends bricks.VBox {
|
|||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
this.kdb_setting = event.params;
|
this.kdb_setting = event.params;
|
||||||
|
console.log('kdb_setting=', this.kdb_setting);
|
||||||
}
|
}
|
||||||
async open_input_widget(event){
|
async open_input_widget(event){
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user