mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Fixed typo in a comment (#656)
This commit is contained in:
parent
a18007ae7a
commit
b465e07bb4
@ -170,7 +170,7 @@ export function pagePanels(page: PageContents) {
|
|||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
|
||||||
// opening left panel on over
|
// opening left panel on hover
|
||||||
dom.on('mouseenter', (evt1, elem) => {
|
dom.on('mouseenter', (evt1, elem) => {
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user