trim before importing from clipboard

This commit is contained in:
Liv Erickson 2018-04-18 11:38:21 -07:00
parent 710bfb894a
commit 958d057422

View file

@ -1679,7 +1679,7 @@ function importSVO(importURL) {
visible: true visible: true
}); });
var success = Clipboard.importEntities(importURL); var success = Clipboard.importEntities(importURL.trim());
if (success) { if (success) {
var VERY_LARGE = 10000; var VERY_LARGE = 10000;