Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
mingchiuli committed Jun 29, 2024
1 parent c9d98aa commit 268297a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/sys/EditView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ const clearPushActionForm = () => {
}
const preCheck = (n: string | undefined, o: string | undefined): boolean => {
console.log(composing)
if (client.webSocket?.readyState !== StompSocketState.OPEN) {
if (!netErrorEdited.value) {
Expand Down

0 comments on commit 268297a

Please sign in to comment.