Skip to content

Commit cf5ecd4

Browse files
authored
hotfix(grace_period)
1 parent a24b77a commit cf5ecd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/markmap/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ M.setup = function(ctx)
99
-- Setup options
1010
html_output = ctx.html_output
1111
hide_toolbar = ctx.hide_toolbar
12-
grace_period = ctx.hide_toolbar
12+
grace_period = ctx.grace_period
1313

1414
-- Set default options
1515
if html_output == nil then

0 commit comments

Comments
 (0)