Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1083)

Unified Diff: Source/devtools/front_end/ui/TextPrompt.js

Issue 477593005: DevTools: [SSP] live-update property value when it's selected via mouse. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/TextPrompt.js
diff --git a/Source/devtools/front_end/ui/TextPrompt.js b/Source/devtools/front_end/ui/TextPrompt.js
index c406536c084704d1758273a8bca87457fc32dfd3..ebc4c49c4cc7953693e034edb47cda97debdb501 100644
--- a/Source/devtools/front_end/ui/TextPrompt.js
+++ b/Source/devtools/front_end/ui/TextPrompt.js
@@ -569,9 +569,6 @@ WebInspector.TextPrompt.prototype = {
*/
_acceptSuggestionInternal: function(prefixAccepted)
{
- if (this._isAcceptingSuggestion)
- return false;
-
if (!this.autoCompleteElement || !this.autoCompleteElement.parentNode)
return false;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698