소스 검색

Attempt to fix mobile dragging on Custom <input> field

Nathan Schneider 4 년 전
부모
커밋
b95d68223d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      _layouts/rule.html

+ 1 - 1
_layouts/rule.html

@@ -589,7 +589,7 @@ https://github.com/Bernardo-Castilho/dragdroptouch -->
         <!-- Customizable module -->
         <span class="module" id="module-custom"
               draggable="true" ondragstart="drag(event)">
-		  <input contenteditable="true" placeholder="Custom..."/>
+		  <input contenteditable="true" draggable="false" placeholder="Custom..."/>
           <img src="{% link assets/tabler_icons/bulb.svg %}" class="module-logo"
                draggable="false" />
 		  <a onclick="this.parentNode.remove()" class="delete-module"