JulySong
JulySong
我看到在2.2.6.RELEASE的版本上移除了这个pr, 意思是2.2.6.RELEASE是好的?
> 2.2.5.RELEASE和2.2.6.RELEASE的两个版本我都试过了, 都不行
不错, 刚好有类似场景遇到了, debug了下源码, 发现有问题, 正准备改的时候, 发现已经有人修复了, 不错; 已经打了hpi, 用起来了; 希望作者也可以尽快合并
> * I believe this is essentially a duplicate of [SpringCloud+Seata1.5.2+ShardingSphereJDBC5.2.1 SeataATShardingSphereTransactionManager.commit throw null exception #22356 (comment)](https://github.com/apache/shardingsphere/issues/22356#issuecomment-1948463141) , and the use of annotations within `io.seata:seata-spring-boot-starter` should be avoided, including `io.seata.spring.annotation.GlobalTransactional`....
> chatItemRenderConfig的render方法渲染一个ChatItem组件弹出Modal后不管点击cancel还是confirm都无法关闭Modal? > > ``` > render: (item, dom, defaultDom) => { > if (item?.originData?.role === 'user') { > return ( > {...control} > message={item?.originData?.content} > actions={ > dropdownMenu={dropdownMenu} >...
可能是高宽导致的, 可以尝试下调整iframe的高宽来看看, 我有一个页面嵌套的层级较多, 高宽自定义之后, 也会出现类似的情况.
这个滚动的距离, 似乎跟chatitem的title也有关系, 去除所有外部包括的标签, 并且去除title, 就能正常的滚动到底部