From f03fc501be6f369da3d72d75931dc78739ee5295 Mon Sep 17 00:00:00 2001 From: Flarnie Marchan Date: Fri, 16 Dec 2016 15:18:28 -0800 Subject: [PATCH] Add missing 'permanent' to two CSS files (#877) --- src/component/base/DraftEditorPlaceholder.css | 1 + src/component/utils/DraftStyleDefault.css | 1 + 2 files changed, 2 insertions(+) diff --git a/src/component/base/DraftEditorPlaceholder.css b/src/component/base/DraftEditorPlaceholder.css index 4a4efcb341..0044584afa 100644 --- a/src/component/base/DraftEditorPlaceholder.css +++ b/src/component/base/DraftEditorPlaceholder.css @@ -1,5 +1,6 @@ /** * @providesModule DraftEditorPlaceholder + * @permanent */ .public/DraftEditorPlaceholder/root { diff --git a/src/component/utils/DraftStyleDefault.css b/src/component/utils/DraftStyleDefault.css index b4dcd1e612..956accd0c9 100644 --- a/src/component/utils/DraftStyleDefault.css +++ b/src/component/utils/DraftStyleDefault.css @@ -1,5 +1,6 @@ /** * @providesModule DraftStyleDefault + * @permanent */ .public/DraftStyleDefault/block {