mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix(editor): Render last item on markdown task lists correctly (#19225)
This commit is contained in:
@@ -58,7 +58,7 @@ const props = withDefaults(defineProps<MarkdownProps>(), {
|
||||
tasklists: {
|
||||
enabled: true,
|
||||
label: true,
|
||||
labelAfter: true,
|
||||
labelAfter: false,
|
||||
},
|
||||
youtube: {},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user