mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
(core) Allowing selecting and copying texts from action log
Summary: Text in Document History > Activity tab is now selectable and one can copy it. Test Plan: Manual Reviewers: georgegevoian Reviewed By: georgegevoian Subscribers: georgegevoian Differential Revision: https://phab.getgrist.com/D3939
This commit is contained in:
parent
35237a5835
commit
d5fe26f63c
@ -226,8 +226,9 @@ export class ActionLog extends dispose.Disposable implements IDomComponent {
|
||||
}
|
||||
|
||||
private _buildLogDom() {
|
||||
this._loadActionSummaries().catch((error) => gristNotify(t("Action Log failed to load")));
|
||||
this._loadActionSummaries().catch(() => gristNotify(t("Action Log failed to load")));
|
||||
return dom('div.action_log',
|
||||
{tabIndex: '-1'},
|
||||
dom('div.preference_item',
|
||||
koForm.checkbox(this._showAllTables,
|
||||
dom.testId('ActionLog_allTables'),
|
||||
|
Loading…
Reference in New Issue
Block a user