mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:37:35 +00:00
Spreadsheet: Add a topbar with a text editor
This commit is contained in:
parent
a6ebd29aa5
commit
12cf3e13c0
5 changed files with 74 additions and 2 deletions
|
@ -208,6 +208,7 @@ JS::Value Sheet::evaluate(const StringView& source, Cell* on_behalf_of)
|
|||
|
||||
void Cell::update_data()
|
||||
{
|
||||
dbg() << "Update cell " << this << ", dirty=" << dirty;
|
||||
TemporaryChange cell_change { sheet->current_evaluated_cell(), this };
|
||||
if (!dirty)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue