fix for issue #15209
Some slides of presentation not selectable if image is embedded
This commit is contained in:
parent
b61bea879f
commit
a2164e45d9
@ -10,7 +10,7 @@ const getSlideText = async (url) => {
|
||||
let content = '';
|
||||
try {
|
||||
const request = await axios(url);
|
||||
content = request.data;
|
||||
content = request.data.toString();
|
||||
} catch (error) {
|
||||
Logger.error(`No file found. ${error}`);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user