gpt4 book ai didi

html - 无法在 KO 网格中选择文本

转载 作者:行者123 更新时间:2023-11-28 13:10:03 25 4
gpt4 key购买 nike

在 kogrid 中,我无法选择网格中的任何文本。您可以在他们的示例中看到这一点

http://ericmbarnard.github.com/KoGrid/#/examples

有什么方法可以让它能够选择单元格中的文本吗?

最佳答案

这可能是因为默认的 kogrid.css 有这个部分

.kgNoSelect{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

fork 代码,并删除此定义,您应该能够选择文本。

关于html - 无法在 KO 网格中选择文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15619523/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com