0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

🐛 Add missing extern definition for "isDragging" function.

This commit is contained in:
Andrey Antukh 2019-08-08 16:05:57 +00:00
parent b22f86b62c
commit f38806eeb2

View file

@ -1,4 +1,5 @@
var TopLevel = {
"isDragging": function() {},
"offsetX": function() {},
"offsetY": function() {},
"nativeEvent": function() {},