mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix externs bug on production build.
This commit is contained in:
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() {};
|
||||
|
||||
Reference in New Issue
Block a user