roundabout,
created on Saturday, 4 January 2025, 21:10:51 (1736025051),
received on Saturday, 4 January 2025, 21:10:54 (1736025054)
Author identity: vlad <vlad.muntoiu@gmail.com>
f86eb9acd848df3ca72cb874f86de2668f02b680
static/picture-annotation.py
@@ -240,6 +240,7 @@ async def focus_shape(shape):
document.addEventListener("keydown", previous_shape_key_proxy) object_list_content.innerHTML = "" object_list_filter.value = ""new_radio = document.createElement("input") new_radio.setAttribute("type", "radio") new_radio.setAttribute("name", "object-type")
@@ -319,6 +320,8 @@ async def next_shape(event):
shape = selected_svg.firstElementChild await focus_shape(shape) event.preventDefault() async def previous_shape(event): global selected_shape
@@ -346,6 +349,8 @@ async def previous_shape(event):
shape = selected_svg.firstElementChild await focus_shape(shape) event.preventDefault() def unselect_shape(event): global selected_shape