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 = '';
|
let content = '';
|
||||||
try {
|
try {
|
||||||
const request = await axios(url);
|
const request = await axios(url);
|
||||||
content = request.data;
|
content = request.data.toString();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
Logger.error(`No file found. ${error}`);
|
Logger.error(`No file found. ${error}`);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user