Fix indentation.
Signed-off-by: Gökay Şatır <gokaysatir@collabora.com> Change-Id: I9b5334ee7b8178503eef7c4790acb8a5ac1f8340
This commit is contained in:
parent
5a28490394
commit
f64521caa1
1 changed files with 2 additions and 2 deletions
|
@ -15,12 +15,12 @@ class CalcValidityDropDown extends HTMLObjectSection {
|
|||
super(sectionName, 16, 16, documentPosition, 'spreadsheet-drop-down-marker', visible);
|
||||
}
|
||||
|
||||
onClick(point: number[], e: MouseEvent): void {
|
||||
onClick(point: number[], e: MouseEvent): void {
|
||||
this.stopPropagating();
|
||||
if (app.map._docLayer._validatedCellAddress && app.calc.cellCursorVisible && app.map._docLayer._validatedCellAddress.equals(app.calc.cellAddress.toArray())) {
|
||||
app.map.sendUnoCommand('.uno:DataSelect');
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
app.definitions.calcValidityDropDown = CalcValidityDropDown;
|
||||
|
|
Loading…
Reference in a new issue