add ui.editSidebarSize and update on resize, fixes #2716
This commit is contained in:
parent
be34383f8c
commit
4445b33718
5 changed files with 8 additions and 11 deletions
|
|
@ -1226,6 +1226,7 @@
|
|||
"edit": "",
|
||||
"edits": {},
|
||||
"editSelection": [],
|
||||
"editSidebarSize": 416,
|
||||
"editSort": [
|
||||
{"key": "index", "operator": "+"},
|
||||
{"key": "year", "operator": "+"},
|
||||
|
|
|
|||
|
|
@ -1697,6 +1697,7 @@
|
|||
"edit": "",
|
||||
"edits": {},
|
||||
"editSelection": [],
|
||||
"editSidebarSize": 416,
|
||||
"editSort": [
|
||||
{"key": "index", "operator": "+"},
|
||||
{"key": "year", "operator": "+"},
|
||||
|
|
|
|||
|
|
@ -1177,6 +1177,7 @@
|
|||
"edit": "",
|
||||
"edits": {},
|
||||
"editSelection": [],
|
||||
"editSidebarSize": 416,
|
||||
"editSort": [
|
||||
{"key": "index", "operator": "+"},
|
||||
{"key": "director", "operator": "+"},
|
||||
|
|
|
|||
|
|
@ -1117,6 +1117,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"edit": "",
|
||||
"edits": {},
|
||||
"editSelection": [],
|
||||
"editSidebarSize": 416,
|
||||
"editSort": [
|
||||
{"key": "index", "operator": "+"},
|
||||
{"key": "year", "operator": "+"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue