fix: viewBox issue (#741)

This commit is contained in:
mertmit
2022-03-21 02:00:41 +03:00
committed by GitHub
parent 14ff54a3d7
commit 9846622e8a
6 changed files with 73 additions and 17 deletions

View File

@@ -142,6 +142,8 @@ export default class ConfigObj {
baseUnit: 'px',
snappingStep: 10,
showRulers: true,
// SOURCE OUTPUT BEHAVIOR
dynamicOutput: false,
// URL BEHAVIOR CONFIGURATION
preventAllURLConfig: false,
preventURLContentLoading: false,