stable
Clone or download
Read-only
This methods was doing the same thing that what is already done by strictInject. No functional changes. Part of story #38288: add a new section Change-Id: Ic26f70c77cddf31e7ef7211cd2e69cade0b82af3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/artidoc/scripts/artidoc/src/App.test.ts | +2 | −5 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/App.vue | +2 | −2 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/components/DocumentContent.test.ts | +44 | −31 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/components/DocumentContent.vue | +3 | −2 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/components/DocumentLayout.test.ts | +6 | −12 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/components/SectionContent.test.ts | +4 | −7 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/components/SectionContent.vue | +3 | −2 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/components/SectionDescription.test.ts | +4 | −7 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/components/SectionDescription.vue | +3 | −2 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/components/TableOfContents.test.ts | +31 | −24 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/components/TableOfContents.vue | +3 | −2 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/composables/useSectionEditor.test.ts | +2 | −2 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/composables/useSectionEditor.ts | +2 | −2 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/stores/useSectionsStore.ts | +0 | −11 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/views/DocumentView.test.ts | +21 | −19 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/views/DocumentView.vue | +2 | −2 | Go to diff View file |