fix(domtools): remove default loading... meta title in WebSetup and use an empty string as the default

This commit is contained in:
2026-01-27 12:58:39 +00:00
parent ae5bf3eb54
commit afbedee177
3 changed files with 7 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-domtools',
version: '2.3.7',
version: '2.3.8',
description: 'A package providing tools to simplify complex CSS structures and web development tasks, featuring TypeScript support and integration with various web technologies.'
}

View File

@@ -93,7 +93,7 @@ export class DomTools {
public websetup: WebSetup = new WebSetup({
metaObject: {
title: 'loading...',
title: '',
},
});