Remove unused isOnlyTitle
This commit is contained in:
@@ -122,11 +122,6 @@ export default class Document extends ParanoidModel {
|
||||
return this.template ? "template" : "document";
|
||||
}
|
||||
|
||||
@computed
|
||||
get isOnlyTitle(): boolean {
|
||||
return !this.text.trim();
|
||||
}
|
||||
|
||||
@computed
|
||||
get modifiedSinceViewed(): boolean {
|
||||
return !!this.lastViewedAt && this.lastViewedAt < this.updatedAt;
|
||||
|
||||
Reference in New Issue
Block a user