You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version: 0.11.17
Version prior to update: 0.11.15
OS: Windows 10
After update to 0.11.17, code block theme stopped working. I am using the default theme for editor and overall UI, therefore found no issue with them. However, I saw, editor theme issue is already opened.
Analysis:
I found that there is code change in main.js after v0.11.15 at following code block. A new theme check has been added. Theme path hold the full path of theme path, instead of relative path. Therefore, when it gets added to appPath, a wrong path location is formed. Therefore, code block theme does not reflect.
Version: 0.11.17
Version prior to update: 0.11.15
OS: Windows 10
After update to
0.11.17
, code block theme stopped working. I am using the default theme for editor and overall UI, therefore found no issue with them. However, I saw, editor theme issue is already opened.Analysis:
I found that there is code change in
main.js
after v0.11.15 at following code block. A new theme check has been added. Theme path hold the full path of theme path, instead of relative path. Therefore, when it gets added to appPath, a wrong path location is formed. Therefore, code block theme does not reflect.Fix:
Returned value inside theme check should return the theme.path as shown below:
The text was updated successfully, but these errors were encountered: