1
Fork 0
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:
AnotherTest 2020-08-24 19:51:25 +04:30 committed by Andreas Kling
parent a6ebd29aa5
commit 12cf3e13c0
5 changed files with 74 additions and 2 deletions

View file

@ -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;