File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/browser/components/urlbar Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
diff --git a/browser/components/urlbar/UrlbarInput.sys.mjs b/browser/components/urlbar/UrlbarInput.sys.mjs
2
- index c504c9afc43785b5f003bb1f9f1dfbddef38d78b..63a2527725849c5f378fe71d2300a99f9b47b576 100644
2
+ index c504c9afc43785b5f003bb1f9f1dfbddef38d78b..e5a1ce5d61962d485d092cf3d1a90ff4833037f1 100644
3
3
--- a/browser/components/urlbar/UrlbarInput.sys.mjs
4
4
+++ b/browser/components/urlbar/UrlbarInput.sys.mjs
5
5
@@ -3901,6 +3901,9 @@ export class UrlbarInput {
@@ -30,7 +30,7 @@ index c504c9afc43785b5f003bb1f9f1dfbddef38d78b..63a2527725849c5f378fe71d2300a99f
30
30
31
31
this.focusedViaMousedown = !this.focused;
32
32
- this._preventClickSelectsAll = this.focused;
33
- + this._preventClickSelectsAll = false ;
33
+ + this._preventClickSelectsAll = this.hasAttribute("breakout-extend") ;
34
34
35
35
// Keep the focus status, since the attribute may be changed
36
36
// upon calling this.focus().
You can’t perform that action at this time.
0 commit comments