Quellcode durchsuchen

fix(dashbard save as): fixed wonky behavior in save as modal, cursor to the end randomly, fixes #2837

Torkel Ödegaard vor 10 Jahren
Ursprung
Commit
1a8bc1dd60
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      public/app/features/dashboard/partials/saveDashboardAs.html

+ 1 - 1
public/app/features/dashboard/partials/saveDashboardAs.html

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