# 모바일에서 편집기 버튼이 선택으로 전환되는 문제

**URL:** https://meta.discourse.org/t/disable-editor-buttons-converting-to-select-on-mobile/248784
**Category:** Development
**Created:** [12월 13, 2022, 12:32오후 UTC](https://meta.discourse.org/t/disable-editor-buttons-converting-to-select-on-mobile/248784 "2022-12-13T12:32:48Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [12월 13, 2022, 12:34오후 UTC](https://meta.discourse.org/t/disable-editor-buttons-converting-to-select-on-mobile/248784/2 "2022-12-13T12:34:53Z")

</div>

이 게시글이 도움이 되셨나요?

> [@장비 편집기 메뉴에 왜 이렇게 많은 옵션이 있나요?](https://meta.discourse.org/t/why-so-many-options-in-the-gear-editor-menu/239497/12?u=jammydodger):
>
> Hello, Like this you can add a new preformatted text button to touch devices. Add the following to a new component Common/Header section. \<script type="text/discourse-plugin" version="0.8"\> const container = Discourse.\_\_container\_\_; this.capabilities = container.lookup("capabilities:main"); if (this.capabilities.touch) { api.onToolbarCreate(function(toolbar) { toolbar.addButton({ id: "code", group: "insertions", preventFocus: true, trimLeading:…

---

_[View the full topic](https://meta.discourse.org/t/disable-editor-buttons-converting-to-select-on-mobile/248784)._
