perf: 修改输入框Enabled以优化输入作业号时的表现

This commit is contained in:
status102
2023-09-25 22:11:45 +08:00
parent 0dd1405061
commit 1f14ebf0e8

View File

@@ -57,7 +57,7 @@
hc:BorderElement.CornerRadius="4,0,0,4"
DropDownOpened="{s:Action OnDropDownOpened}"
IsEditable="True"
IsEnabled="{c:Binding '(Idle) and (StartEnabled)'}"
IsReadOnly="{c:Binding Path=!Idle}"
Text="{Binding Filename}" />
<Button
Grid.Column="1"