q200892907
q200892907
@zglueck I used the #89 and #57 method, but I can't make the background transparent! I set the setZOrderOnTop(true) background to be transparent, but WorldWind is at the top of...
@LucasXu0 I understand what it means. I will modify the code later and add a blacklist to handle the format.
``` inlineAttributesBlacklist.addAll([ InlineMathEquationKeys.formula, ]); ``` Add blacklist to solve text input problem https://github.com/AppFlowy-IO/appflowy-editor/assets/4517301/a0e1ef24-546d-450d-bc60-34c9bfdf9d81
@LucasXu0 demo{demo}{demo}->demo{demo}\\\_{demo}->demo\\\_{demo}\\_{demo}
After certain operations, the editor will enter a stuck state. @LucasXu0
The situation I encountered was when developing hot updates, because the current text direction was not initialized, causing an update error after modifying the code.
Is it possible to provide a control to invoke the keyboard? In some scenarios, you may not want to invoke the keyboard.
> As of now, the keyboard service will be attached if the selection changes. If you need to control the keyboard behavior, then I have to add a new value...