mirror of
https://github.com/penpot/penpot.git
synced 2026-09-12 23:19:28 +00:00
🐛 Add missing extern definition for "isDragging" function.
This commit is contained in:
parent
b22f86b62c
commit
f38806eeb2
1
frontend/vendor/main.externs.js
vendored
1
frontend/vendor/main.externs.js
vendored
@ -1,4 +1,5 @@
|
|||||||
var TopLevel = {
|
var TopLevel = {
|
||||||
|
"isDragging": function() {},
|
||||||
"offsetX": function() {},
|
"offsetX": function() {},
|
||||||
"offsetY": function() {},
|
"offsetY": function() {},
|
||||||
"nativeEvent": function() {},
|
"nativeEvent": function() {},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user