Skip to content

Commit

Permalink
fix(whiteboard): line feed display error in ppt (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leooeloel committed Apr 25, 2021
1 parent cac5a83 commit b591512
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions desktop/renderer-app/src/stores/WhiteboardStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ export class WhiteboardStore {
appIdentifier: NETLESS.APP_IDENTIFIER,
plugins: plugins,
deviceType: deviceType,
pptParams: {
useServerWrap: true
}
});

const cursorName = globalStore.wechat?.name;
Expand Down

0 comments on commit b591512

Please sign in to comment.