Fix value binding in diff dropdown
Since switching the value to be the actual path, the data binding should bind to the same thing. Change-Id: Ic7a44aa214514d5e450d6ef5575a7e2ffeb7aeea
This commit is contained in:
@@ -195,7 +195,7 @@ limitations under the License.
|
|||||||
<div class="jumpToFileContainer">
|
<div class="jumpToFileContainer">
|
||||||
<gr-dropdown-list
|
<gr-dropdown-list
|
||||||
id="dropdown"
|
id="dropdown"
|
||||||
value="[[computeDisplayPath(_path)]]"
|
value="[[_path]]"
|
||||||
on-value-change="_handleFileChange"
|
on-value-change="_handleFileChange"
|
||||||
items="[[_formattedFiles]]"
|
items="[[_formattedFiles]]"
|
||||||
initial-count="75">
|
initial-count="75">
|
||||||
|
Reference in New Issue
Block a user