Skip to content

Commit 30e5897

Browse files
committed
fix: disable cli to print 'Process' on Windows when use IME
1 parent a9b5f47 commit 30e5897

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/content_value/ContentCli.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const nonPrintableKeys = [
5050
'Insert',
5151
'NumLock',
5252
'ContextMenu',
53+
'Process',
5354
]
5455
5556
/**

0 commit comments

Comments
 (0)