draft history tab features

This commit is contained in:
yggverse 2024-04-14 17:32:50 +03:00
parent 5df6332346
commit fa92487489
5 changed files with 46 additions and 13 deletions

View file

@ -399,6 +399,8 @@ class Page
$this->app->database->addHistory(
$url
);
$this->app->history->refresh();
}
}