Added token width and height for new and default tokens
This commit is contained in:
@@ -109,6 +109,8 @@ function SelectTokensModal({ isOpen, onRequestClose }) {
|
||||
category: "character",
|
||||
hideInSidebar: false,
|
||||
group: "",
|
||||
width: image.width,
|
||||
height: image.height,
|
||||
});
|
||||
setImageLoading(false);
|
||||
resolve();
|
||||
|
||||
Reference in New Issue
Block a user