Skip to content

Commit

Permalink
Merge branch 'master' into dcs-aria_landmark_name_unique
Browse files Browse the repository at this point in the history
  • Loading branch information
shunguoy authored Nov 13, 2024
2 parents f82abf4 + 3c78d42 commit 302c031
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,8 @@ export class DevtoolsController extends Controller {
if (Config.ELEM_FOCUS_MODE) {
await this.setFocusMode(true);
}
// if (path && path !== devtoolsState!.lastElementPath) {
if (path) {
if (path && path !== devtoolsState!.lastElementPath) {
// if (path) {
let report = await this.getReport();
if (report) {
let newIssue : IIssue | null = null;
Expand Down

0 comments on commit 302c031

Please sign in to comment.