wangzhengbo
                                            wangzhengbo
                                        
                                    关注+1,碰到了类似的问题。开发模式下封装的antd Button的样式不生效,直接被antd内置的样式覆盖了
umi 3没问题,umi 4就有问题
> Oh sorry, I was confused. > > The repeat syntax is working, the issue is that the autoplacement is trying to place stuff in the wrong columns. > >...
> Have you seen issue #100 ? It's fixed by remove the code added by 'Add support for typed arrays with audio data'. See https://github.com/edimuj/cordova-plugin-audioinput/commit/e7b9703c2cedb1fe6580704e29003a6105119937#diff-fb1aa34c5c08ae27df513638cb93666f So can you add an...
> Thanks for the video! Hmm, I haven't experienced that type of issue with the captured sound. Anyone else having this issue? > > Ok, I was a bit to...
> transparnet -> transparent 好的。其中transparnet -> transparent拼写错误是一个bug,其它只是拼写错误,不影响功能。
我觉得有个anchor:dargabort事件可能合适些
> 能说一下这个功能具体应用场景吗?加太多用不到的功能会增加项目的维护难度和代码体积。 默认节点锚点都隐藏,从一个锚点拖拽出来的时候,其它能连接的锚点才显示。如果中途放弃连接,其它显示的锚点要隐藏。 目前实现上面的效果碰到的问题。需要知道是放弃连接了,然后做一些处理。 目前我在安装依赖后执行的postinstall中修改logicflow的代码来实现了这样的功能。但是框架能支持是更好
> 已在1.1.28支持 多谢,新版本已经用,不用在postinstall中去修改logicflow源码了。目前碰到一个小问题(在节点mouse enter时,框架会将isShowAnchor设置为true,mouse leave时将isShowAnchor设置为false;如果一个节点没有mouse enter的时候,我的业务代码将isShowAnchor设置为true了,但是节点mouse enter/leave后,isShowAnchor会被框架重置为false),不过这个小问题我绕开了(在mouse leave后,业务代码重新设置节点的isShowAnchor为true)
增加了--include-dsl-from-lib参数也是没有用,还是闪退