Fix wrong class name being used to ignore grid keypresses when editing dates in modals
This commit is contained in:
parent
f010228629
commit
a99c15fb26
|
@ -20,7 +20,7 @@
|
|||
|
||||
const ignoredOriginSelectors = [
|
||||
".spectrum-Modal",
|
||||
".spectrum-Calendar",
|
||||
".date-time-popover",
|
||||
"#builder-side-panel-container",
|
||||
"[data-grid-ignore]",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue