remove maintain attrs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-16 01:12:07 -04:00
parent c5f96a9d9d
commit fcfd9857d5
19 changed files with 103 additions and 134 deletions

View File

@ -1,7 +1,6 @@
<div
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"
phx-hook="MaintainAttrs"
phx-update="ignore"
readonly
phx-no-format

View File

@ -1,7 +1,6 @@
<div
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"
phx-hook="MaintainAttrs"
phx-update="ignore"
readonly
phx-no-format

View File

@ -1,7 +1,6 @@
<div
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"
phx-hook="MaintainAttrs"
phx-update="ignore"
readonly
phx-no-format