We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac448a9 commit 94d84c3Copy full SHA for 94d84c3
shiny/render/_data_frame_utils/_selection.py
@@ -151,8 +151,8 @@ def _has_rect(self) -> bool:
151
# Should only contain a single selection area
152
153
# # Do not include `CellSelectionAll` as it should be represented by a row, column, or region with appropriate values.
154
-# class CellSelectionAll(TypedDict):
155
-# type: Literal["all"]
+# # class CellSelectionAll(TypedDict):
+# # type: Literal["all"]
156
157
158
class CellSelectionNone(TypedDict):
0 commit comments