Skip to content

Commit

Permalink
fix(correction): useless replace
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Jun 16, 2024
1 parent 11ea70f commit 2996e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/views/CorrectionPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export default {
const data = url.get("data")
const readonly = url.get("readonly")
if (data) {
const content = data.replaceAll("?data=", "")
const content = data
this.content = content
if (content != "") {
this.openedFromSelection = true
Expand Down

0 comments on commit 2996e8f

Please sign in to comment.