Просмотр исходного кода

Correct the position for newly created entities

master
Fen Dweller 5 лет назад
Родитель
Сommit
0ab4911873
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Просмотреть файл

@@ -2619,7 +2619,7 @@ function prepareEntities() {

button.addEventListener("click", e => {
const newEntity = entityList[select.value].constructor()
displayEntity(newEntity, newEntity.defaultView, 0.5, 1, true, true);
displayEntity(newEntity, newEntity.defaultView, 0, 0, true, true);
});

const categoryOption = document.createElement("option");


Загрузка…
Отмена
Сохранить