未验证 提交 a6b869d4 编写于 作者: A Alex Dima

Allow to run our unit tests with mocha (where document.queryCommandSupported is not defined)

上级 5f5a65c4
......@@ -19,7 +19,7 @@ export const BrowserFeatures = {
clipboard: {
writeText: (
platform.isNative
|| document.queryCommandSupported('copy')
|| (document.queryCommandSupported && document.queryCommandSupported('copy'))
|| !!(navigator && navigator.clipboard && navigator.clipboard.writeText)
),
readText: (
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册