Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix image uploads not working (#1005)
Fix image uploads not working There is a bug where the program references undefined when an image/video is uploaded. This is caused by the use of the `this` keyword in the function `replacePlaceholderString`, which is not a method of any class. Let's remove the `this` keyword in `replacePlaceholderString`.
- Loading branch information