- First commit to issue fork.
- Merge request !1Fix: Ensure `markdownEditor.linkit` is properly defined and initialized before usage → (Open) created by Unnamed author
- 🇮🇳India calcifer_3119 Delhi
The issue was caused by the `markdownEditor.linkit` function not being properly defined or initialized when the linkit button was clicked in the BUEditor. This resulted in the error: "TypeError: markdownEditor.linkit is not a function".
- Ensured that the `markdownEditor.linkit` function is only defined if it does not already exist.
- Verified that `markdownEditor.linkit` is a function before trying to invoke it, which resolves the error.This should now prevent the error and allow the Linkit functionality to work correctly in the BUEditor.