mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-27 05:38:37 +08:00
update
This commit is contained in:
parent
7dea573069
commit
b2d0975ed7
@ -232,6 +232,9 @@ Rectangle {
|
||||
closeEditor()
|
||||
table_view.interactive = false
|
||||
}
|
||||
onCanceled: {
|
||||
table_view.interactive = true
|
||||
}
|
||||
onReleased: {
|
||||
table_view.interactive = true
|
||||
}
|
||||
@ -290,12 +293,7 @@ Rectangle {
|
||||
}
|
||||
SelectionRectangle {
|
||||
id:selection_rect
|
||||
target: {
|
||||
if(item_loader.sourceComponent){
|
||||
return null
|
||||
}
|
||||
return table_view
|
||||
}
|
||||
target: table_view
|
||||
bottomRightHandle:com_handle
|
||||
topLeftHandle: com_handle
|
||||
onDraggingChanged: {
|
||||
|
Loading…
Reference in New Issue
Block a user