韩振方
韩振方
I want after two lines then begin to add an ellipsis, Like the effect below. But I can't find a better way to realize it. Can you help me? Thanks...
 比如在点击全屏的时候,我需要进行一些样式的调整,但是目前点击这个按钮,会直接占满我的剩余空间,而我无法进行其他操作。 希望能在点击事件传入回调来在全屏模式下进行一些额外的逻辑处理。类似于 ````ts bytemd.instance.fullScreen(e:event){ // some myself code } ````
I have a question about this repo document. In Quickstart,I see below this   In my test app, I don't know to select which Usage on Quickstart before Please...