Skip to content

Commit 5416a16

Browse files
committed
Adding back in "layers", "markers" to webview changes - since we accidentally filtered them out.
1 parent 1ee5f7b commit 5416a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/windows/views/webview.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def changed(self, action):
220220
return
221221

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

0 commit comments

Comments
 (0)