From 1219f64cb3f6ab820482e5af9206f6f7f0c79336 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Thu, 7 Feb 2019 12:19:38 -0500 Subject: [PATCH] Notification about Chrome PDF missing letters bug Changed DISMISS KEY to current date to make popup appear again. --- .../notificationPopup/notificationPopup.jsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx b/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx index 64b15d98d..e530d1ffa 100644 --- a/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx +++ b/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx @@ -4,7 +4,7 @@ const createClass = require('create-react-class'); const _ = require('lodash'); const cx = require('classnames'); //Unused variable -const DISMISS_KEY = 'dismiss_notification'; +const DISMISS_KEY = 'dismiss_notification2-7-19'; const NotificationPopup = createClass({ getInitialState : function() { @@ -20,6 +20,15 @@ const NotificationPopup = createClass({ window.removeEventListener('resize', this.checkNotifications); }, notifications : { + psa : function(){ + return
  • + Known bug: Missing letters in PDF
    + With the latest Chrome update, certain characters appear as blank spaces when generating a PDF.   + + See this Reddit post + for updates and possible workarounds. +
  • ; + }, faq : function(){ return
  • Protect your work!