DOC-3194: Remove outdated comments callback example for tinycomments in v5 documentation suite.#3676
Merged
kemister85 merged 4 commits intotinymce/5from Apr 7, 2025
Merged
Conversation
MitchC1999
approved these changes
Apr 3, 2025
tiny-ben-tran
approved these changes
Apr 3, 2025
| author: uid, | ||
| authorName: uid, | ||
| }; | ||
| } |
Check notice
Code scanning / CodeQL
Semicolon insertion Note
Show autofix suggestion
Hide autofix suggestion
Copilot Autofix
AI 10 months ago
To fix the problem, we need to add an explicit semicolon at the end of the getAuthorInfo function. This will ensure consistency with the rest of the script and avoid any potential issues related to automatic semicolon insertion.
- Locate the
getAuthorInfofunction in the filemodules/ROOT/examples/live-demos/comments-callback/index.js. - Add a semicolon at the end of the function, after the closing curly brace on line 41.
Suggested changeset
1
modules/ROOT/examples/live-demos/comments-callback/index.js
| @@ -40,3 +40,3 @@ | ||
| }; | ||
| } | ||
| }; | ||
|
|
Copilot is powered by AI and may make mistakes. Always verify output.
kimwoodfield
approved these changes
Apr 7, 2025
tiny-ben-tran
approved these changes
Apr 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket: DOC-3194
Site: Staging branch
Changes:
authorImageas its not supported.pollyjs.Pre-checks:
feature/<version>/,hotfix/<version>/,staging/<version>/, orrelease/<version>/.Review: