fix: color select eyedropper not working within DevTools (#29729)
This commit is contained in:
parent
f00a2d0629
commit
c841247815
5 changed files with 37 additions and 1 deletions
|
@ -35,6 +35,7 @@ class InspectableWebContentsDelegate {
|
|||
virtual void DevToolsSearchInPath(int request_id,
|
||||
const std::string& file_system_path,
|
||||
const std::string& query) {}
|
||||
virtual void DevToolsSetEyeDropperActive(bool active) {}
|
||||
};
|
||||
|
||||
} // namespace electron
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue