mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 16:00:19 -05:00
🐛 Add missing extern definition for "isDragging" function.
This commit is contained in:
parent
b22f86b62c
commit
f38806eeb2
1 changed files with 1 additions and 0 deletions
1
frontend/vendor/main.externs.js
vendored
1
frontend/vendor/main.externs.js
vendored
|
@ -1,4 +1,5 @@
|
|||
var TopLevel = {
|
||||
"isDragging": function() {},
|
||||
"offsetX": function() {},
|
||||
"offsetY": function() {},
|
||||
"nativeEvent": function() {},
|
||||
|
|
Loading…
Reference in a new issue