handy

Results 5 comments of handy
trafficstars

目前大部分 antd 的反馈组件标题都是用 title。 (Drawer、Modal、message、Popconfirm、 Result、 Drawer,、Tooltip、 Popover 等) 这就跟 antd 5.0 要把所有弹出组件的 visible 都统一改为 open 类似。

另:Web API Notification 对象也是用的 title https://developer.mozilla.org/en-US/docs/Web/API/Notification/title

> A simple trick could be something like: > > ``` > var scale = 2; > domtoimage.toBlob(domNode, { > width: domNode.clientWidth * scale, > height: domNode.clientHeight * scale, >...

> same error +1 ![image](https://user-images.githubusercontent.com/16559017/203729520-c890acbb-3439-4371-a53a-0238ec17913a.png) +1 看来内置的组件 还没有来得及改