main
朱子楚\zhuzi 2023-03-30 19:58:57 +08:00
parent b5f44f4f7d
commit 4829ce58fd
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ TextField{
target: input
function onHandleClicked(){
if((list_view.currentIndex === index)){
mouse_area.handleClick()
handleClick(modelData)
}
}
}