mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 16:56:10 +02:00
🐛 Fix externs bug on production build.
This commit is contained in:
parent
f38806eeb2
commit
69bb359615
3 changed files with 7 additions and 3 deletions
3
frontend/vendor/react-dnd/externs.js
vendored
3
frontend/vendor/react-dnd/externs.js
vendored
|
@ -1,4 +1,7 @@
|
|||
var ReactDnd = {};
|
||||
ReactDnd.Monitor = function() {}
|
||||
ReactDnd.Monitor.prototype.isDragging = function() {}
|
||||
|
||||
ReactDnd.useDrag = function() {};
|
||||
ReactDnd.useDrop = function() {};
|
||||
ReactDnd.DndProvider = function() {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue