Fix spaces

This commit is contained in:
Pascal Seitz 2016-12-04 11:59:07 +01:00
parent 5faa985dea
commit 9608995d9c

View File

@ -95,7 +95,7 @@
if (!this.currentSelection || !this.currentSelection.hasPastedContent) {
if (window.localStorage.getItem('piskel.clipboard')) {
this.currentSelection = JSON.parse(window.localStorage.getItem('piskel.clipboard'));
}else{
} else {
return;
}
}