Fertigkeiten von NPCs können nicht geändert werden

Issue #8 closed
Kristian Domke created an issue

Die Felder sind eingabebereit, beim Verlassen der Felder werden sie aber wieder geleert.

Kein Fehler in der Konsole, aber Warnungen:

actor-sheet.js:85 getData()
npc-sheet.js:51 getData()
codemirror.js:536 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
de @ codemirror.js:536
(anonymous) @ codemirror.js:7945
La @ codemirror.js:7872
La @ codemirror.js:7831
La.fromTextArea @ codemirror.js:9682
te.render @ easymde.js:1993
render @ mmde.js:162
te @ easymde.js:1746
s @ mmde.js:26
FormApplication._activateEditor @ index.js:82
(anonymous) @ index.js:55
each @ jquery.min.js:2
each @ jquery.min.js:2
FormApplication.activateListeners @ index.js:55
activateListeners @ foundry.js:16824
activateListeners @ actor-sheet.js:351
activateListeners @ npc-sheet.js:70
_render @ foundry.js:4537
codemirror.js:536 [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
de @ codemirror.js:536
(anonymous) @ codemirror.js:7958
La @ codemirror.js:7872
La @ codemirror.js:7831
La.fromTextArea @ codemirror.js:9682
te.render @ easymde.js:1993
render @ mmde.js:162
te @ easymde.js:1746
s @ mmde.js:26
FormApplication._activateEditor @ index.js:82
(anonymous) @ index.js:55
each @ jquery.min.js:2
each @ jquery.min.js:2
FormApplication.activateListeners @ index.js:55
activateListeners @ foundry.js:16824
activateListeners @ actor-sheet.js:351
activateListeners @ npc-sheet.js:70
_render @ foundry.js:4537
codemirror.js:536 [Violation] Added non-passive event listener to a scroll-blocking 'mousewheel' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
de @ codemirror.js:536
(anonymous) @ codemirror.js:7991
La @ codemirror.js:7872
La @ codemirror.js:7831
La.fromTextArea @ codemirror.js:9682
te.render @ easymde.js:1993
render @ mmde.js:162
te @ easymde.js:1746
s @ mmde.js:26
FormApplication._activateEditor @ index.js:82
(anonymous) @ index.js:55
each @ jquery.min.js:2
each @ jquery.min.js:2
FormApplication.activateListeners @ index.js:55
activateListeners @ foundry.js:16824
activateListeners @ actor-sheet.js:351
activateListeners @ npc-sheet.js:70
_render @ foundry.js:4537

Comments (2)

  1. Log in to comment