mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-09 00:17:47 +01:00
Allow inspection for all prompts
Because, really, why not.
This commit is contained in:
parent
46c7e63fad
commit
280397c30b
@ -746,7 +746,7 @@ PromptManagerModule.prototype.checkForMissingPrompts = function(prompts) {
|
||||
* @returns {boolean} True if the prompt is a marker, false otherwise.
|
||||
*/
|
||||
PromptManagerModule.prototype.isPromptInspectionAllowed = function (prompt) {
|
||||
return true === prompt.marker;
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user