Skip to content

优化Action合并

Compare
Choose a tag to compare
@lixiang1994 lixiang1994 released this 14 Mar 04:33
· 29 commits to master since this release

修复以下方式设置action无效的问题:

string.add(attributes: [.action {
    print("clicked.")
}], range: .init(location: 3, length: 6))