Leslie-57blocks

Results 10 comments of Leslie-57blocks

``` onClick={() => { const content = editorRef.current.getInstance().getHtml(); copy(content, { format: 'text/plain', onCopy: clipboardData => { (clipboardData as any).setData('text/html', content); message.success('Successfully copy daily report'); }, }); }} ``` @gargroh 's...

最笨的方法: ``` function d(arr) { const len = arr.length; let myArr = []; for (let i = 0; i < len; i++) { myArr[i] = JSON.stringify(arr[i]) } let newArr =...

@Fkst5in You can switch a server point and try it again.

> > 个别机型才会出现吗 > > 我试过的几个手机都是这样的,iPhone手机就是内容上方出现空白(上图1),android手机就是标题栏跟着内容跑(上图2) 这种情况需要传一个extClass属性,如下 ` ` ` .navbar { position: fixed; background: #3888FE !important; width: 100%; }`

Same issue here, I run my repo on mac successfully, but on windows, my API returns this info. The status code is 304 ![image](https://user-images.githubusercontent.com/40735433/205817005-731547ff-19a6-41e2-ab49-fbf8b9a2a4e9.png)

> Same issue here, I run my repo on mac successfully, but on windows, my API returns this info. The status code is 304 ![image](https://user-images.githubusercontent.com/40735433/205817005-731547ff-19a6-41e2-ab49-fbf8b9a2a4e9.png) I solved this issue. This...

**v0.5.9 + tailwindcss v3.2.2** still has this issue. Could someone update the [DOC](https://tailwindcss.com/docs/typography-plugin#adapting-to-dark-mode)? I spent a couple of hours on it and then find this address.

Same issue. OS: Macos 14.1.1 Browser: Chrome Version: 128.0.6613.139 (Official Build) (arm64)

same error on chrome browser.