We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19182ec commit e98cb5aCopy full SHA for e98cb5a
src/Document.js
@@ -95,6 +95,7 @@ function initDocument (document, window) {
95
document.dispatchEvent(new Event('paste'));
96
}
97
};
98
+ document.queryCommandSupported = s => ['copy', 'paste'].includes(s);
99
document[symbols.pointerLockElementSymbol] = null;
100
document[symbols.fullscreenElementSymbol] = null;
101
0 commit comments