From 0103b65ed132b6309e5c5887a8280fe373f91bee Mon Sep 17 00:00:00 2001 From: alecmerdler Date: Wed, 17 May 2017 18:00:31 -0700 Subject: [PATCH] hide existing Markdown content while editing --- static/js/directives/ui/markdown/markdown-input.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/directives/ui/markdown/markdown-input.component.html b/static/js/directives/ui/markdown/markdown-input.component.html index c422e1d42..e50b7f005 100644 --- a/static/js/directives/ui/markdown/markdown-input.component.html +++ b/static/js/directives/ui/markdown/markdown-input.component.html @@ -4,7 +4,7 @@ ng-if="$ctrl.canWrite && !$ctrl.isEditing" ng-click="$ctrl.editContent()" data-title="Edit {{ ::$ctrl.fieldTitle }}" data-placement="left" bs-tooltip> -
+