Skip to content

Commit 7c7f8fb

Browse files
Yu Leng (from Dev Box)claude
andcommitted
[KBM] Fix SA1512 StyleCop violation in Reset()
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7bbead4 commit 7c7f8fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/modules/keyboardmanager/KeyboardManagerEditorUI/Controls/UnifiedMappingControl.xaml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -916,8 +916,6 @@ public void Reset()
916916
ExpandAbbreviationBox.Text = string.Empty;
917917
}
918918

919-
// TextContentBox is shared with expand mode; cleared below with other action fields
920-
921919
if (ExpandTriggerKeyVisual != null)
922920
{
923921
ExpandTriggerKeyVisual.Content = "Space";

0 commit comments

Comments
 (0)