mirror of
https://github.com/moparisthebest/mail
synced 2024-11-21 08:34:59 -05:00
Merge pull request #344 from whiteout-io/dev/WO-982
[WO-982] Add placeholder to writer
This commit is contained in:
commit
f287c4cddf
@ -72,7 +72,7 @@
|
||||
</ul>
|
||||
</header>
|
||||
|
||||
<textarea class="write__body" ng-model="body" spellcheck="true" wo-focus-me="state.lightbox === 'write' && writerTitle === 'Reply'" tabindex="3"></textarea>
|
||||
<textarea class="write__body" ng-model="body" spellcheck="true" wo-focus-me="state.lightbox === 'write' && writerTitle === 'Reply'" tabindex="3" placeholder="Compose email"></textarea>
|
||||
</div><!--/write-->
|
||||
|
||||
<footer class="lightbox__controls">
|
||||
|
Loading…
Reference in New Issue
Block a user