Fixed bug where character sheet fab could be permanently hidden by closing the insert from library dialog
This commit is contained in:
@@ -213,7 +213,7 @@
|
|||||||
component: 'creature-property-from-library-dialog',
|
component: 'creature-property-from-library-dialog',
|
||||||
elementId: 'insert-creature-property-from-library-btn',
|
elementId: 'insert-creature-property-from-library-btn',
|
||||||
callback(libraryNode){
|
callback(libraryNode){
|
||||||
if (!libraryNode) return;
|
if (!libraryNode) return 'insert-creature-property-fab';
|
||||||
revealFab(fab);
|
revealFab(fab);
|
||||||
|
|
||||||
let nodeId = libraryNode._id;
|
let nodeId = libraryNode._id;
|
||||||
|
|||||||
Reference in New Issue
Block a user