mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Don't reset panel on close of recent media pane
This commit is contained in:
committed by
Scott Nonnenberg
parent
901179440f
commit
9433a1de99
@@ -694,7 +694,7 @@
|
||||
{
|
||||
"rule": "jQuery-$(",
|
||||
"path": "js/views/key_verification_view.js",
|
||||
"line": " this.$('.key-verification-wrapper').append(view.el);",
|
||||
"line": " this.$('.key-verification-wrapper').append(this.view.el);",
|
||||
"lineNumber": 28,
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2020-06-23T06:48:06.829Z"
|
||||
@@ -702,7 +702,7 @@
|
||||
{
|
||||
"rule": "jQuery-append(",
|
||||
"path": "js/views/key_verification_view.js",
|
||||
"line": " this.$('.key-verification-wrapper').append(view.el);",
|
||||
"line": " this.$('.key-verification-wrapper').append(this.view.el);",
|
||||
"lineNumber": 28,
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2020-06-23T06:48:06.829Z"
|
||||
|
||||
Reference in New Issue
Block a user