Micha Faw
Micha Faw
After running a few tests on my own JS, it seems to be a webkit bug. Calls to `document.queryCommandState ("underline"))` (and others such as strikeout) return `true` instead of `false`...
I haven't found anything yet. For now, we have a half solution. In my own JS callback (not ZSS) I'm ignoring the return values from `queryCommandState` right after I press...
Is UITextEffectsWindow a private class? If it is, wouldn't this solution be a potential problem during submission to the App Store?
> 这个是私有类,我的app审核通过了,如果要实现这个功能目前没别的办法。 @oangkin Ok, but if I understand the way Apple reviews work, there is a chance that they will find private calls in *any* submission to the store. (including...
tl;dr - As originally suggested, a single text field for DeepL API parameters makes our use-case possible, but would not be as user-friendly as it could be. **Full post** After...
Can confirm. I first saw this in 3.13.0 and can still repro it in 3.13.1. Both are Win64 msi versions. 3.12.2 does not show this behavior. To be clearer on...