-
Florian Schröder authored
The condition for "view_restriction" in the drawing.py file has been revised. Previously, it only checked if "view_restriction" was in the state, but now it also checks whether state["view_restriction"] is not false, avoiding potential exceptions.
Florian Schröder authoredThe condition for "view_restriction" in the drawing.py file has been revised. Previously, it only checked if "view_restriction" was in the state, but now it also checks whether state["view_restriction"] is not false, avoiding potential exceptions.