tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
fixed issue in theme on pub
cozylittle.house
6 months ago
99859b57
e6675216
+1
-1
1 changed file
expand all
collapse all
unified
split
components
ThemeManager
PubThemeSetter.tsx
+1
-1
components/ThemeManager/PubThemeSetter.tsx
···
91
91
compact
92
92
disabled={
93
93
!(
94
94
-
showPageBackground !== !!record?.theme?.showPageBackground ||
94
94
+
showPageBackground === !!record?.theme?.showPageBackground ||
95
95
changes ||
96
96
!!image?.file ||
97
97
record?.theme?.backgroundImage?.width !== image?.repeat