mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 18:34:39 +03:00
Merge pull request #6812 from imbrian/slugInputClick
Remove select-all on click for PSM slug input
This commit is contained in:
commit
2579310809
@ -25,7 +25,7 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<span class="input-icon icon-link">
|
<span class="input-icon icon-link">
|
||||||
{{gh-input class="post-setting-slug" id="url" value=slugValue name="post-setting-slug" focus-out="updateSlug" selectOnClick="true" stopEnterKeyDownPropagation="true"}}
|
{{gh-input class="post-setting-slug" id="url" value=slugValue name="post-setting-slug" focus-out="updateSlug" stopEnterKeyDownPropagation="true"}}
|
||||||
</span>
|
</span>
|
||||||
{{gh-url-preview slug=slugValue tagName="p" classNames="description"}}
|
{{gh-url-preview slug=slugValue tagName="p" classNames="description"}}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user