Skip to content

Commit

Permalink
Adding back in "layers", "markers" to webview changes - since we acci…
Browse files Browse the repository at this point in the history
…dentally filtered them out.
  • Loading branch information
jonoomph committed Apr 20, 2023
1 parent 1ee5f7b commit 5416a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows/views/webview.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def changed(self, action):
return

# Bail out if change unrelated to webview
if action.key and action.key[0] not in ["clips", "effects", "duration"]:
if action.key and action.key[0] not in ["clips", "effects", "duration", "layers", "markers"]:
log.debug(f"Skipping unneeded webview update for '{action.key[0]}'")
return

Expand Down

0 comments on commit 5416a16

Please sign in to comment.