Skip to content

Commit f5d463f

Browse files
authored
Fix: Prevent preview from crashing on email address (#3205)
1 parent 923fbc3 commit f5d463f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE-NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Adjusted word wrap borders in Safari to match other browsers [#3191](https://github.com/Automattic/simplenote-electron/pull/3191)
88
- Fixed an issue that caused the right-click menu to vanish immediately in Safari [#3192](https://github.com/Automattic/simplenote-electron/pull/3192)
9+
- 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)
910

1011
### Other Changes
1112

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module.exports = () => {
8383
},
8484
plugins: [
8585
new NodePolyfillPlugin({
86-
includeAliases: ['path', 'process', 'stream', 'util'],
86+
includeAliases: ['Buffer', 'path', 'process', 'stream', 'util'],
8787
}),
8888
new HtmlWebpackPlugin({
8989
'build-platform': process.platform,

0 commit comments

Comments
 (0)