Formatted the project

This commit is contained in:
mr. m
2025-02-20 13:33:43 +01:00
parent 99b6ef9374
commit 1b091bb07f
2 changed files with 13 additions and 6 deletions

View File

@@ -631,7 +631,7 @@ class ZenViewSplitter extends ZenDOMOperatedFeature {
* @param {string} gridType - The type of grid layout.
*/
splitTabs(tabs, gridType) {
tabs = tabs.filter((tab) => !tab.hasAttribute("zen-empty-tab"));
tabs = tabs.filter((tab) => !tab.hasAttribute('zen-empty-tab'));
if (tabs.length < 2) {
return;
}