Skip to content

Commit

Permalink
minor differ bug in plugin editor
Browse files Browse the repository at this point in the history
  • Loading branch information
blurymind committed Aug 13, 2024
1 parent 6f87bad commit 94ea42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/public/plugins/plugin-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export var PluginEditor = function ({
.setValue(fileContents);
getGistPluginFiles().then(gistPluginFiles => {
const gistPluginFile = gistPluginFiles.find(
item => item.filename == fileName
item => item.filename == this.editingFile
);

const isTokenInvalid = isGistTokenInvalid()
Expand Down

0 comments on commit 94ea42a

Please sign in to comment.