sfc-utils 1.4.12 → 1.4.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -245,7 +245,7 @@ const Topper2 = ({ settings, wcmData, mods }) => {
245
245
  )
246
246
  case "small-visual":
247
247
  // If there is a "Small_Visual_Max_Width" column, set the custom max width
248
- if (Small_Visual_Max_Width) {
248
+ if (Small_Visual_Max_Width && r) {
249
249
  r.style.setProperty('--small-visual-max-width', Small_Visual_Max_Width)
250
250
  }
251
251
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.4.12",
3
+ "version": "1.4.13",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",