Skip to content

Commit 9ec90cb

Browse files
author
p01
committed
clear_line_highlight resets the target_line
1 parent 7abf5a8 commit 9ec90cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resource-manager/resource_detail_view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ cls.ResourceDetailView = function(id, name, container_class, html, default_handl
176176
this._root_ele = container.getElementsByClassName(RESOURCE_DETAIL_CONTAINER_CLASSNAME)[0];
177177
if (this._root_ele)
178178
{
179-
this._target_line = parseInt(data.lines[0]);
180179
this.clear_line_highlight(this._root_ele)
180+
this._target_line = parseInt(data.lines[0]);
181181
this._highlight_line(this._root_ele);
182182
}
183183

0 commit comments

Comments
 (0)