We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed1c31 commit e974b18Copy full SHA for e974b18
survey/_widgets.py
@@ -1200,10 +1200,10 @@ def __init__(self,
1200
1201
if not label is None:
1202
def funnel_enter_entry_get(index):
1203
- spot = _get_mesh_spot(axis, index)
1204
- tile = self._mutate.tiles.get(spot)
1205
if not axis:
1206
index *= - 1
+ spot = _get_mesh_spot(axis, index)
+ tile = self._mutate.tiles.get(spot)
1207
value = label(index, tile)
1208
lines = _helpers.split_lines(value)
1209
return lines
0 commit comments