Skip to content

Commit 42f896d

Browse files
authored
fix(update): fix missing 'update' api (#205)
1 parent c19da32 commit 42f896d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/colorbox.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ end
9797

9898
local M = {
9999
setup = setup,
100+
update = controller.update,
100101
}
101102

102103
return M

0 commit comments

Comments
 (0)