Revert "Handle requestPointerLock error cases in iframes P-199 (#272)"

This reverts commit 2ef9d5e346.
This commit is contained in:
Elliot 2022-08-17 14:34:42 -04:00
parent 14603bccbd
commit a871aa628f
2 changed files with 3 additions and 34 deletions

View file

@ -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'),
)