Skip to content

Commit

Permalink
chore: code review tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kswenson committed Dec 20, 2024
1 parent c2df968 commit a2c0015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/src/components/web-view/web-view-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const WebViewModel = TileContentModel
setDataInteractiveController(controller?: iframePhone.IframePhoneRpcEndpoint) {
self.dataInteractiveController = controller
},
setSubType(subType: WebViewSubType) {
setSubType(subType?: WebViewSubType) {
withoutUndo()
self.subType = subType
},
Expand Down

0 comments on commit a2c0015

Please sign in to comment.