|
@@ -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"
|