فهرست منبع

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"