summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index 70022b3f..ac9258d8 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -72,7 +72,7 @@ var rz_config = { // set as a global variable
<div id="search-suggestion" class="suggestion" style="display: none"></div>
</div>
<div class="input-container" id="input-container__graph-input">
- <input class="input-bar" id="textanalyser" placeholder="Add nodes or links" autofocus/>
+ <div contentEditable="true" class="input input-bar" id="textanalyser" placeholder="Add nodes or links" autofocus ></div>
<button id="btn_add"></button>
<div id="input-suggestion" class="suggestion" style="display: none"></div>
</div>