fix content being displayed when blank
This commit is contained in:
		| @@ -1,3 +1,6 @@ | |||||||
|  | # v0.1.15 | ||||||
|  | - Fix content being displayed when blank | ||||||
|  |  | ||||||
| # v0.1.14 | # v0.1.14 | ||||||
| - Fix issue with item content not able to be displayed sometimes | - Fix issue with item content not able to be displayed sometimes | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,5 @@ | |||||||
| <div | <div | ||||||
|  |   :if={@context.content} | ||||||
|   id={"show-context-content-#{@context.id}"} |   id={"show-context-content-#{@context.id}"} | ||||||
|   class="input input-primary h-128 min-h-128 inline-block whitespace-pre-wrap overflow-x-hidden overflow-y-auto resize-y" |   class="input input-primary h-128 min-h-128 inline-block whitespace-pre-wrap overflow-x-hidden overflow-y-auto resize-y" | ||||||
|   phx-update="ignore" |   phx-update="ignore" | ||||||
|   | |||||||
| @@ -1,4 +1,5 @@ | |||||||
| <div | <div | ||||||
|  |   :if={@note.content} | ||||||
|   id={"show-note-content-#{@note.id}"} |   id={"show-note-content-#{@note.id}"} | ||||||
|   class="input input-primary h-128 min-h-128 inline-block whitespace-pre-wrap overflow-x-hidden overflow-y-auto resize-y" |   class="input input-primary h-128 min-h-128 inline-block whitespace-pre-wrap overflow-x-hidden overflow-y-auto resize-y" | ||||||
|   phx-update="ignore" |   phx-update="ignore" | ||||||
|   | |||||||
| @@ -1,4 +1,5 @@ | |||||||
| <div | <div | ||||||
|  |   :if={@pipeline.description} | ||||||
|   id={"show-pipeline-description-#{@pipeline.id}"} |   id={"show-pipeline-description-#{@pipeline.id}"} | ||||||
|   class="input input-primary h-32 min-h-32 inline-block whitespace-pre-wrap overflow-x-hidden overflow-y-auto resize-y" |   class="input input-primary h-32 min-h-32 inline-block whitespace-pre-wrap overflow-x-hidden overflow-y-auto resize-y" | ||||||
|   phx-update="ignore" |   phx-update="ignore" | ||||||
|   | |||||||
| @@ -1,4 +1,5 @@ | |||||||
| <div | <div | ||||||
|  |   :if={@step.content} | ||||||
|   id={"show-step-content-#{@step.id}"} |   id={"show-step-content-#{@step.id}"} | ||||||
|   class="input input-primary h-32 min-h-32 inline-block whitespace-pre-wrap overflow-x-hidden overflow-y-auto resize-y" |   class="input input-primary h-32 min-h-32 inline-block whitespace-pre-wrap overflow-x-hidden overflow-y-auto resize-y" | ||||||
|   phx-update="ignore" |   phx-update="ignore" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user