Revert "Handle requestPointerLock error cases in iframes P-199 (#272)"
This reverts commit 2ef9d5e346
.
This commit is contained in:
parent
14603bccbd
commit
a871aa628f
2 changed files with 3 additions and 34 deletions
|
@ -1,11 +0,0 @@
|
|||
import React from 'react'
|
||||
import ReactDOM from 'react-dom'
|
||||
|
||||
ReactDOM.render(
|
||||
<iframe
|
||||
src="/shared/dom"
|
||||
style={{width: '600px', height: '600px'}}
|
||||
sandbox="allow-scripts allow-same-origin"
|
||||
/>,
|
||||
document.getElementById('root'),
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue