Fixed bug where character sheet fab could be permanently hidden by closing the insert from library dialog

This commit is contained in:
Stefan Zermatten
2021-04-11 13:52:25 +02:00
parent 5f97592ed3
commit d87524418a

View File

@@ -213,7 +213,7 @@
component: 'creature-property-from-library-dialog',
elementId: 'insert-creature-property-from-library-btn',
callback(libraryNode){
if (!libraryNode) return;
if (!libraryNode) return 'insert-creature-property-fab';
revealFab(fab);
let nodeId = libraryNode._id;