Skip to content

Fix: Ensure `markdownEditor.linkit` is properly defined and initialized before usage

Dheer Jain requested to merge issue/linkit_markdown-2640632:7.x-1.x into 7.x-1.x
  • Ensured that the linkit function is only defined within markdownEditor if it does not already exist to avoid conflicts.
  • Added a check to verify that markdownEditor.linkit is a function before attempting to call it, resolving the TypeError: markdownEditor.linkit is not a function issue.

Merge request reports

Loading