mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
Spreadsheet: Don't ignore selections in the A column :^)
This was a leftover from when the first column contained row numbers.
This commit is contained in:
parent
9a0f40d4b5
commit
c5278dac99
Notes:
sideshowbarker
2024-07-19 03:07:33 +09:00
Author: https://github.com/awesomekling
Commit: c5278dac99
1 changed files with 0 additions and 3 deletions
|
@ -81,9 +81,6 @@ SpreadsheetView::SpreadsheetView(Sheet& sheet)
|
|||
return on_selection_dropped();
|
||||
|
||||
auto selection = m_table_view->selection().first();
|
||||
// Ignore selecting the row numbers.
|
||||
if (selection.column() == 0)
|
||||
return;
|
||||
|
||||
Position position { m_sheet->column(selection.column()), (size_t)selection.row() };
|
||||
auto& cell = m_sheet->ensure(position);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue