mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Fixed draggable initialization
This commit is contained in:
parent
659fa1c1ae
commit
e6b4bb01ac
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ local action = require "./action"()
|
|||
local changed = require "./changed"
|
||||
local timeout, update_timeouts = require "./timeout"()
|
||||
local flags = require "./flags"
|
||||
local draggable = require "./draggable"
|
||||
local draggableFactory = require "./draggable"
|
||||
local draggable = draggableFactory(action, cleanup)
|
||||
local toggle = require "./toggle"
|
||||
local dropdown = require "./dropdown"
|
||||
local tweenFactory = require "./tween"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue