We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a93c7 commit 176056dCopy full SHA for 176056d
macosfrontend/macosfrontend.swift
@@ -14,6 +14,10 @@ private let appsWithoutDummyPreedit: Set<String> = [
14
// When writing a new email and caret is at the beginning of To or Cc, Mail calls commitComposition
15
// if the preedit is any kind of white space.
16
"com.apple.mail",
17
+ // Space (both commit and preedit) is not allowed immediately after ordered list (1.), which is the
18
+ // dummy preedit we use for the SwiftUI TextField workaround. While we can change that normal space
19
+ // to full-width space, it seems DingTalk doesn't need dummy preedit at all.
20
+ "com.alibaba.DingTalkMac",
21
]
22
23
private var controller: IMKInputController? = nil
0 commit comments