stable
Clone or download
Read-only
request #14614: Do not use type assertion when accessing the DOM
Follow up to b9fb4492d5bd868fa35544dc06bab4c8be0eb31b. The goal is to remove examples fromt the codebase where type assertions has been used instead of a runtime check when accessing the DOM. Change-Id: Ic67cdb8bf6c44c215af105ecf92d0c6d7ed5f22c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Label/LabelEditor.vue | +8 | −4 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/RemainingEffort/EditRemainingEffort.vue | +8 | −4 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/dom-manipulation.ts | +5 | −2 | Go to diff View file |
M | src/www/scripts/admin/project-widgets-configuration/project-widgets-configuration.ts | +4 | −4 | Go to diff View file |
M | src/www/scripts/project/admin/banner/src/components/BannerPresenter.vue | +4 | −2 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.vue | +6 | −2 | Go to diff View file |