mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Fixes paper sanitization. (#65752)
This commit is contained in:
@@ -608,6 +608,9 @@ export const PaperSheet = (props, context) => {
|
||||
values.field_counter = processing.field_counter;
|
||||
}
|
||||
}
|
||||
else {
|
||||
values.text = sanitizeText(text);
|
||||
}
|
||||
const stamp_list = !stamps
|
||||
? []
|
||||
: stamps;
|
||||
|
||||
Reference in New Issue
Block a user