export draw_widget from task_preview too
This commit is contained in:
parent
b68b95a1ce
commit
f51fbc5e63
|
@ -164,4 +164,4 @@ local enable = function(opts)
|
|||
end)
|
||||
end
|
||||
|
||||
return { enable = enable }
|
||||
return { enable = enable, draw_widget = draw_widget }
|
||||
|
|
Loading…
Reference in New Issue