Add comment

I still don't know why the morph method doesn't work in this context..
This commit is contained in:
David Cook
2024-03-07 12:07:35 +11:00
parent 8a84e0084f
commit 63549b3dca

View File

@@ -136,9 +136,8 @@ class ProductsReflex < ApplicationReflex
)
morph :nothing
# dunno why this doesn't work.
# morph "#products-form", render(partial: "admin/products_v3/table",
# locals: { products: products })
# dunno why this doesn't work. The HTML stops after the first `<col>` element, wtf?!
# morph "#products-form", render(partial: "admin/products_v3/table", locals:)
end
def producers