mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
#1407 make diagram editable once document is ready
This commit is contained in:
parent
a5df4cc9bc
commit
8d79ccb3ff
@ -178,7 +178,7 @@ define([
|
||||
p: 'cryptpad',
|
||||
integrated: framework.isIntegrated() ? 'true' : 'false',
|
||||
|
||||
chrome: framework.isReadOnly() ? 0 : 1,
|
||||
chrome: 0,
|
||||
dark: window.CryptPad_theme === "dark" ? 1 : 0,
|
||||
|
||||
// Hide save and exit buttons
|
||||
|
||||
Loading…
Reference in New Issue
Block a user