Fix first click bug

This commit is contained in:
Fmstrat
2020-01-03 10:25:43 -05:00
parent a6b96ecac7
commit 644ed632b8

View File

@@ -644,7 +644,7 @@ function isClose(a, b) {
var preview = new St.BoxLayout({
style_class: 'tile-preview',
visible: true
visible: false
});
Main.uiGroup.add_actor(preview);