Commit 1a8bc1dd by Torkel Ödegaard

fix(dashbard save as): fixed wonky behavior in save as modal, cursor to the end…

fix(dashbard save as): fixed wonky behavior in save as modal, cursor to the end randomly, fixes #2837
parent 7e434fc0
......@@ -14,7 +14,7 @@
<div class="text-center">
<h4>New title</h4>
<input type="text" class="input input-fluid" ng-model="clone.title" give-focus="clone" ng-keydown="keyDown($event)">
<input type="text" class="input input-fluid" ng-model="clone.title" give-focus="true" ng-keydown="keyDown($event)">
<br>
<br>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment