Skip to content

Commit 1ee5f7b

Browse files
committed
Allow "duration" to be sent to the webview, to allow auto-increase project duration / auto resize the timeline
1 parent 0979288 commit 1ee5f7b

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"]:
223+
if action.key and action.key[0] not in ["clips", "effects", "duration"]:
224224
log.debug(f"Skipping unneeded webview update for '{action.key[0]}'")
225225
return
226226

0 commit comments

Comments
 (0)