This commit is contained in:
Dan
2019-04-06 18:26:17 +01:00
parent ab9c1b84c8
commit 5eec8aed33
+3 -2
View File
@@ -443,7 +443,8 @@ export default class Agent extends EventEmitter {
const target = ((event.target: any): HTMLElement);
// Pass an empty string so it can infer name from tag and owner.
showOverlay(target, '');
// Don't pass the name explicitly.
// It will be inferred from DOM tag and Fiber owner.
showOverlay(target);
};
}