@rogieking/figui3 8.11.0 → 9.0.0

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.
package/fig-editor.js CHANGED
@@ -283,7 +283,7 @@ function figEditorScrollElementToCenter(
283
283
 
284
284
 
285
285
  /* Select — dropdown-styled trigger + fig-popup listbox */
286
- /** Parse options attr — same formats as fig-options / propskit-select. */
286
+ /** Parse options attr — same formats as fig-options. */
287
287
  function figSelectParseOptionsAttribute(raw) {
288
288
  const text = raw || "";
289
289
  if (text.startsWith("[")) {