Compare commits
1 Commits
docs-dates
...
dani/widge
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95d46c84a6 |
@@ -322,6 +322,11 @@ const Workbook = (props: { model: Model; workbookState: WorkbookState }) => {
|
||||
},
|
||||
onEscape: (): void => {
|
||||
workbookState.clearCutRange();
|
||||
workbookState.setCopyStyles(null);
|
||||
const el = rootRef.current?.getElementsByClassName("sheet-container")[0];
|
||||
if (el) {
|
||||
(el as HTMLElement).style.cursor = "auto";
|
||||
}
|
||||
setRedrawId((id) => id + 1);
|
||||
},
|
||||
onSelectColumn: (): void => {
|
||||
|
||||
Reference in New Issue
Block a user