@@ -60,15 +60,15 @@ class ULabel({
6060 create_point_annotation_keybind : string,
6161 default_annotation_size : number,
6262 delete_annotation_keybind : string,
63- keypoint_slider_default_value : number,.
63+ keypoint_slider_default_value : number,
6464 filter_annotations_on_load : boolean,
6565 switch_subtask_keybind : string,
6666 toggle_annotation_mode_keybind : string,
6767 create_bbox_on_initial_crop : string,
68- toggle_brush_mode_keybind : string
69- toggle_erase_mode_keybind : string
70- increase_brush_size_keybind : string
71- decrease_brush_size_keybind : string
68+ toggle_brush_mode_keybind : string,
69+ toggle_erase_mode_keybind : string,
70+ increase_brush_size_keybind : string,
71+ decrease_brush_size_keybind : string,
7272 n_annos_per_canvas : number
7373})
7474```
@@ -327,7 +327,7 @@ enum AllowedToolboxItem {
327327` ` `
328328
329329### ` default_keybinds`
330- Various keybinds that can be set to control the annotation session. The default values are:
330+ Keybinds can be set to control the annotation session. The default values are:
331331` ` ` javascript
332332{
333333 " annotation_size_small" : " s" ,
0 commit comments