zhuxq
zhuxq
好像并没有解决。。我也出现了这个问题。。 在编辑器中输入多个空格后,保存文本并回显到别的div都正常。再把保存的内容传回编辑器,空格由多个变为1个 ———————————————————————————————————————————————————————— 补充一下: 是从别出pdf中粘贴的段落,且讲前面文字调大了 另外: 这个问题并不是总出现,非常稀有
replaceAll 为 & nbsp ;
> [#380 (comment)](https://github.com/twobin/react-lazyload/issues/380#issuecomment-1327797336) I get, but what gives me trouble is that npm package isn't updated yet
> 添加配置`automaticLayout: true`,它对我有用。 > > ```js > width="800" > height="600" > language="javascript" > theme="vs-dark" > value={code} > options={{ automaticLayout: true }} > //... > ``` yes It's helpful! thank you!