Skip to content

Commit

Permalink
Fix: Prevent preview from crashing on email address (#3205)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebykat authored May 29, 2024
1 parent 923fbc3 commit f5d463f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- Adjusted word wrap borders in Safari to match other browsers [#3191](https://github.com/Automattic/simplenote-electron/pull/3191)
- Fixed an issue that caused the right-click menu to vanish immediately in Safari [#3192](https://github.com/Automattic/simplenote-electron/pull/3192)
- Fixed a bug where an email address in a note would cause the preview to be blank [#3205](https://github.com/Automattic/simplenote-electron/pull/3205)

### Other Changes

Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ module.exports = () => {
},
plugins: [
new NodePolyfillPlugin({
includeAliases: ['path', 'process', 'stream', 'util'],
includeAliases: ['Buffer', 'path', 'process', 'stream', 'util'],
}),
new HtmlWebpackPlugin({
'build-platform': process.platform,
Expand Down

0 comments on commit f5d463f

Please sign in to comment.