Skip to content

Commit

Permalink
readyonly removed based on github action Check ui job
Browse files Browse the repository at this point in the history
  • Loading branch information
oeni2023 committed Nov 29, 2024
1 parent ce32b47 commit 0680e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/toolbox/ngm-draw-section.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class NgmDrawSection extends LitElementI18n {
accessor hidden = true;
@state()
accessor lineInfo: DrawInfo | undefined;
private readonly draw: CesiumDraw | undefined;
private draw: CesiumDraw | undefined;
private drawGeometries = [
{label: () => i18next.t('tbx_add_point_btn_label'), type: 'point', icon: 'ngm-point-draw-icon'},
{label: () => i18next.t('tbx_add_line_btn_label'), type: 'line', icon: 'ngm-line-draw-icon'},
Expand Down

0 comments on commit 0680e43

Please sign in to comment.