logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 33c9236e457ed5656dd500ccefecba5768cf94cc
parent 34449a7c6159800a66db9940e779d764ccbbf93e
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 23 Dec 2024 04:15:57 +0200

cleanup

Diffstat:

Msrc/components/tab_switcher/tab_switcher.jsx2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/components/tab_switcher/tab_switcher.jsx b/src/components/tab_switcher/tab_switcher.jsx @@ -85,7 +85,6 @@ export default { setTab (index) { if (typeof this.onSwitch === 'function') { this.onSwitch.call(null, this.slots()[index].key) - console.log('DEBUG', this.slots()[index]) } this.active = index if (this.scrollableTabs) { @@ -151,7 +150,6 @@ export default { slot.props['delay-render'] = false delayRender = false } - console.log('DEBUG', !delayRender, !this.renderOnlyFocused, active) const renderSlot = (!delayRender && (!this.renderOnlyFocused || active)) ? slot : ''