File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
content_editor/static/content_editor Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1919 - id : django-upgrade
2020 args : [--target-version, "3.2"]
2121 - repo : https://github.com/astral-sh/ruff-pre-commit
22- rev : " v0.13.0 "
22+ rev : " v0.13.1 "
2323 hooks :
2424 - id : ruff
2525 args : [--unsafe-fixes]
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Next version
99 cloned content already had the correct size, but the base ordering value was
1010 incorrect.
1111- Fixed the ordering calculation again.
12+ - Added ``role="button" `` to plugin buttons to avoid link styles.
1213
1314
14158.0 (2025-08-25)
Original file line number Diff line number Diff line change 193193 button . dataset . pluginPrefix = plugin . prefix
194194 button . className = "plugin-button"
195195 button . title = plugin . title
196+ button . role = "button"
196197 button . addEventListener ( "click" , ( e ) => {
197198 e . preventDefault ( )
198199 ContentEditor . addContent ( plugin . prefix )
You can’t perform that action at this time.
0 commit comments