mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 23:47:51 +02:00
trim before importing from clipboard
This commit is contained in:
parent
710bfb894a
commit
958d057422
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue