Serpa
Serpa
This was discussed here - https://stackoverflow.com/questions/72757301/applying-text-success-to-a-bootstrap-5-table-row-that-is-striped-has-no-effect/72757379
@onur-km you can use this: ```js compareFields: field => { const selector = field.dataset.equalto, otherField = field.form.querySelector(selector) if (!selector || !otherField) return false return otherField.value !== field.value } ```
Related #185
@makyen the issue is here `App.selections.body.animate({ backgroundColor: '#fff' }, 1000);` most likely need a condition to check if is dark/theme-system selected
@makyen any update on this? I've seen there is a PR to fix this
It is adding this when I hit the edit button:  might have something to do with the new code of conduct?  this happens in the "Help and improvement"...
To be honest I've just started using magic editor in last few days. I didn't do some reviews in a while so I can't remember if there was a difference...
Well it might be because the content from edit summary is copied "ipsis verbis" to/from "Explain your edit in a comment" therefore the duplicate is made
@makyen I've been deleting the comment before editing. Should a bug be raised in meta?
Maybe could we detect that we are in "H&I" queue and if so when editing don't add nothing from the list to the comment textbox? (since it is a different...