mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
[PALEMOON] [DevTools] Storage inspector throws an error when url changes
Issue #102
This commit is contained in:
parent
b1dccb759a
commit
8fb86c0396
1 changed files with 6 additions and 1 deletions
|
|
@ -59,8 +59,13 @@ var gGrid = {
|
|||
* Refreshes the grid and re-creates all sites.
|
||||
*/
|
||||
refresh: function Grid_refresh() {
|
||||
let cells = this.cells;
|
||||
if (!cells) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Remove all sites.
|
||||
this.cells.forEach(function (cell) {
|
||||
cells.forEach(function (cell) {
|
||||
let node = cell.node;
|
||||
let child = node.firstElementChild;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue