Skip to content

Commit

Permalink
fix(editor): don't store filename as image title
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadGenie committed Jan 8, 2024
1 parent 3236b6a commit c41a740
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wiki/public/js/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ buttons.image.addEventListener("click", () => {
.focus()
.setImage({
src: content,
title: fileName,
alt: fileName.split(".").slice(0, -1).join("."),
})
.run();
Expand Down

0 comments on commit c41a740

Please sign in to comment.