committed by
Nicolás Hatcher Andrés
parent
33e9894f9b
commit
84c3cf01ce
@@ -179,6 +179,7 @@ const usePointer = (options: PointerSettings): PointerEvents => {
|
||||
if (cell) {
|
||||
if (editingCell) {
|
||||
if (
|
||||
model.getSelectedSheet() === editingCell.sheet &&
|
||||
cell.row === editingCell.row &&
|
||||
cell.column === editingCell.column
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user