@lvce-editor/about-view 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/aboutWorkerMain.js +2 -2
- package/package.json +1 -1
package/dist/aboutWorkerMain.js
CHANGED
@@ -565,8 +565,8 @@ const doRender = (oldState, newState) => {
|
|
565
565
|
|
566
566
|
const commandMap = {
|
567
567
|
'About.getVirtualDom': getAboutVirtualDom,
|
568
|
-
'About.getDetailStringWeb': getDetailStringWeb
|
569
|
-
'About.getDetailString': getDetailString
|
568
|
+
'About.getDetailStringWeb': getDetailStringWeb,
|
569
|
+
'About.getDetailString': getDetailString,
|
570
570
|
'About.render': doRender
|
571
571
|
};
|
572
572
|
|