0
Fork 0
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:
Andrey Antukh 2020-03-27 13:34:05 +01:00
parent 1b8aab654f
commit c4c9fcf9e9

View file

@ -1,4 +1,7 @@
var XR = function() {};
var TopLevel = {
"XR": function() {},
"isDragging": function() {},
"offsetX": function() {},
"offsetY": function() {},