mirror of
https://github.com/penpot/penpot.git
synced 2025-02-11 01:28:30 -05:00
🐛 Add an global XR object to main externs.
Because Chrome has a very strange XR global object.
This commit is contained in:
parent
1b8aab654f
commit
c4c9fcf9e9
1 changed files with 3 additions and 0 deletions
3
frontend/vendor/main.externs.js
vendored
3
frontend/vendor/main.externs.js
vendored
|
@ -1,4 +1,7 @@
|
|||
var XR = function() {};
|
||||
|
||||
var TopLevel = {
|
||||
"XR": function() {},
|
||||
"isDragging": function() {},
|
||||
"offsetX": function() {},
|
||||
"offsetY": function() {},
|
||||
|
|
Loading…
Add table
Reference in a new issue