Fix media timeline attachments being small by adding an option to not render background tabs in tab switcher

This commit is contained in:
shpuld 2019-01-31 17:00:31 +02:00
parent fbe7af3d56
commit 476bf0afe1
6 changed files with 52 additions and 16 deletions

View file

@ -7,7 +7,7 @@ import OpacityInput from '../opacity_input/opacity_input.vue'
import ShadowControl from '../shadow_control/shadow_control.vue'
import FontControl from '../font_control/font_control.vue'
import ContrastRatio from '../contrast_ratio/contrast_ratio.vue'
import TabSwitcher from '../tab_switcher/tab_switcher.jsx'
import TabSwitcher from '../tab_switcher/tab_switcher.js'
import Preview from './preview.vue'
import ExportImport from '../export_import/export_import.vue'